summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-08 14:28:29 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-08 14:28:29 -0500
commita4e46e4e564882b40605517ae8053e027befbea3 (patch)
tree0cb7c4319beec2ece95af11673bc0e5e8e0fa0ac /graphics/Cargo.toml
parentassets: extend font (diff)
downloadDungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.tar.gz
DungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.tar.bz2
DungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.zip
graphics: refactor debug ui
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"]