summaryrefslogtreecommitdiff
path: root/game/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 /game/Cargo.toml
parentassets: extend font (diff)
downloadDungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.tar.gz
DungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.tar.bz2
DungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.zip
graphics: refactor debug ui
Diffstat (limited to 'game/Cargo.toml')
-rw-r--r--game/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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"]