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:
Delyan Angelov 2024-09-23 00:21:56 +03:00
parent 4f39bac1fd
commit 8ff61ffeab
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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