summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml
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 /graphics/Cargo.toml
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 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 0842f90..37c651a 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -13,3 +13,7 @@ raylib = { version = "5.5", features = ["wayland"] }
[lints]
workspace = true
+
+[features]
+default = []
+debug = []