summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"]