From d9c41b9b6bdbccebe9f14c229dcee40543498d7e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 18 Nov 2025 11:02:14 -0500 Subject: dungeon: switch rng to rand_xoshiro --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 86909dc..847fe53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ dungeon = { path = "dungeon" } game = { path = "game" } getrandom = "0.3" graphics = { path = "graphics" } +rand_xoshiro = "0.7" strum_macros = "0.27" [workspace.dependencies.argh] @@ -28,7 +29,7 @@ default-features = false features = ["help"] [workspace.dependencies.rand] -version = "0.10.0-rc.5" +version = "0.9" default-features = false features = ["os_rng"] -- cgit v1.2.3-freya