From ab1392bba09f8b58dc496b3a3f5b980bc5b475c8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 12 Nov 2025 11:01:21 -0500 Subject: dungeon: switch to only using small rng from rand --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 393b189..71f1f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ features = ["help"] [workspace.dependencies.rand] version = "0.9" default-features = false -features = ["std_rng", "os_rng"] +features = ["small_rng", "os_rng"] [workspace.dependencies.raylib] git = "https://github.com/raylib-rs/raylib-rs" -- cgit v1.2.3-freya