mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: remove drag_n_drop.v from the list of examples, that are checked for visual differences with vgret, since it now uses the default gg font
This commit is contained in:
parent
4f39bac1fd
commit
8ff61ffeab
1 changed files with 1 additions and 4 deletions
|
@ -37,9 +37,6 @@
|
|||
[[apps]]
|
||||
path = 'examples/gg/bezier_anim.v'
|
||||
|
||||
[[apps]]
|
||||
path = 'examples/gg/drag_n_drop.v'
|
||||
|
||||
[[apps]]
|
||||
path = 'examples/ttf_font/example_ttf.v'
|
||||
|
||||
|
@ -59,7 +56,7 @@
|
|||
# 'examples/gg/worker_thread.v', // OK
|
||||
# 'examples/gg/polygons.v', // OK
|
||||
# 'examples/gg/bezier_anim.v', // OK
|
||||
# 'examples/gg/drag_n_drop.v' // OK
|
||||
# 'examples/gg/drag_n_drop.v' // Default font, that can be different on different platforms
|
||||
# 'examples/2048/2048.v' // Random start tiles
|
||||
# 'examples/clock/clock.v' // Can only be tested on exact points in time :)
|
||||
# 'examples/flappylearning/game.v' // Random movement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue