From bdede767f3e5208eb78103f5fbdb83ec1255f293 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 23 Oct 2025 15:01:10 -0400 Subject: dungon: use EnumIter from strum to add values methods to enums --- dungeon/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dungeon/Cargo.toml') 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 -- cgit v1.2.3-freya