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 --- Cargo.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 73e2671..6af8ec2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,6 +87,7 @@ name = "dungeon" version = "0.1.0" dependencies = [ "rand", + "rand_chacha", "strum", "strum_macros", ] @@ -350,9 +351,6 @@ name = "strum" version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" -dependencies = [ - "strum_macros", -] [[package]] name = "strum_macros" -- cgit v1.2.3-freya