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 --- graphics/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 050c314..6f3be4e 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -16,6 +16,5 @@ workspace = true [features] default = [] -debug = [] wayland = ["sdl", "raylib/wayland"] sdl = ["raylib/sdl"] -- cgit v1.2.3-freya