From 8ff61ffeab0aad4b227ad0141764617be0ea72cb Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 23 Sep 2024 00:21:56 +0300 Subject: [PATCH] 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 --- cmd/tools/vgret.defaults.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmd/tools/vgret.defaults.toml b/cmd/tools/vgret.defaults.toml index 1537d73d28871a..5ba541957b03b3 100644 --- a/cmd/tools/vgret.defaults.toml +++ b/cmd/tools/vgret.defaults.toml @@ -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