From be95ac14a8ca62c505028707bb9be1b3c71c5455 Mon Sep 17 00:00:00 2001 From: Audrey L Fuller Date: Thu, 30 Oct 2025 17:16:55 +0000 Subject: Wave function collapse --- dungeon/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dungeon/Cargo.toml') diff --git a/dungeon/Cargo.toml b/dungeon/Cargo.toml index b50412b..2dc954e 100644 --- a/dungeon/Cargo.toml +++ b/dungeon/Cargo.toml @@ -5,8 +5,9 @@ edition = "2024" [dependencies] rand = "0.9" -strum = { version = "0.27", features = ["derive"] } -strum_macros = "0.27" +rand_chacha = "0.9.0" +strum = "0.27.2" +strum_macros = "0.27.2" [lints] workspace = true -- cgit v1.2.3-freya