summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-16 11:28:19 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-16 11:28:19 -0400
commitc1f270be9392bfac00061da5a70e16a71f49aa18 (patch)
tree1938a9f8676419edbd2da80153adff7efcb1c331 /game
parentgraphics: stub draw_entity (diff)
downloadDungeonCrawl-c1f270be9392bfac00061da5a70e16a71f49aa18.tar.gz
DungeonCrawl-c1f270be9392bfac00061da5a70e16a71f49aa18.tar.bz2
DungeonCrawl-c1f270be9392bfac00061da5a70e16a71f49aa18.zip
graphics: refactor DebugInfo => FrameInfo, with other minor changes
Diffstat (limited to 'game')
-rw-r--r--game/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml
index 01a8ec9..bbd9b77 100644
--- a/game/Cargo.toml
+++ b/game/Cargo.toml
@@ -9,3 +9,7 @@ graphics = { path = "../graphics" }
[lints]
workspace = true
+
+[features]
+default = ["debug"]
+debug = ["graphics/debug"]