summaryrefslogtreecommitdiff
path: root/dungeon/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-23 15:01:10 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-23 15:01:10 -0400
commitbdede767f3e5208eb78103f5fbdb83ec1255f293 (patch)
tree3c6ce828d8b1c8ddb02380a592a4210c9d3b97d9 /dungeon/Cargo.toml
parentgraphics: refactor Assets, and add tile drawing! (diff)
downloadDungeonCrawl-bdede767f3e5208eb78103f5fbdb83ec1255f293.tar.gz
DungeonCrawl-bdede767f3e5208eb78103f5fbdb83ec1255f293.tar.bz2
DungeonCrawl-bdede767f3e5208eb78103f5fbdb83ec1255f293.zip
dungon: use EnumIter from strum to add values methods to enums
Diffstat (limited to 'dungeon/Cargo.toml')
-rw-r--r--dungeon/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dungeon/Cargo.toml b/dungeon/Cargo.toml
index 5548248..b50412b 100644
--- a/dungeon/Cargo.toml
+++ b/dungeon/Cargo.toml
@@ -5,6 +5,8 @@ edition = "2024"
[dependencies]
rand = "0.9"
+strum = { version = "0.27", features = ["derive"] }
+strum_macros = "0.27"
[lints]
workspace = true