summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-10 23:27:40 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-10 23:27:40 -0500
commit0fb57c082c1362196e2abd09e9c37fdc818edd7c (patch)
tree530c97107f6ae2679833be9ed6a36b2ecf348458 /game
parentuse fmt fns directly when possible (diff)
downloadDungeonCrawl-0fb57c082c1362196e2abd09e9c37fdc818edd7c.tar.gz
DungeonCrawl-0fb57c082c1362196e2abd09e9c37fdc818edd7c.tar.bz2
DungeonCrawl-0fb57c082c1362196e2abd09e9c37fdc818edd7c.zip
graphics: add feature to include assets statically in the binary
Diffstat (limited to 'game')
-rw-r--r--game/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/Cargo.toml b/game/Cargo.toml
index 7b5668e..009b8b4 100644
--- a/game/Cargo.toml
+++ b/game/Cargo.toml
@@ -19,3 +19,4 @@ workspace = true
default = []
wayland = ["graphics/wayland"]
sdl = ["graphics/sdl"]
+static = ["graphics/static"]