Skip to content

Commit

Permalink
tools: remove drag_n_drop.v from the list of examples, that are check…
Browse files Browse the repository at this point in the history
…ed for visual differences with vgret, since it now uses the default gg font
  • Loading branch information
spytheman committed Sep 22, 2024
1 parent 4f39bac commit 8ff61ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmd/tools/vgret.defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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
Expand Down

0 comments on commit 8ff61ff

Please sign in to comment.