From a4e46e4e564882b40605517ae8053e027befbea3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 8 Nov 2025 14:28:29 -0500 Subject: graphics: refactor debug ui --- game/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'game/Cargo.toml') diff --git a/game/Cargo.toml b/game/Cargo.toml index 2cfa795..2792e83 100644 --- a/game/Cargo.toml +++ b/game/Cargo.toml @@ -15,7 +15,6 @@ graphics.workspace = true workspace = true [features] -default = ["debug"] -debug = ["graphics/debug"] +default = [] wayland = ["graphics/wayland"] sdl = ["graphics/sdl"] -- cgit v1.2.3-freya