summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--Cargo.toml1
-rw-r--r--dungeon/Cargo.toml1
3 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d366d6..2871ce6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -87,7 +87,6 @@ name = "dungeon"
version = "0.1.0"
dependencies = [
"rand",
- "rand_chacha",
"strum",
"strum_macros",
]
diff --git a/Cargo.toml b/Cargo.toml
index 93d27a1..ac2f59a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,6 @@ dungeon = { path = "dungeon" }
game = { path = "game" }
graphics = { path = "graphics" }
rand = "0.9"
-rand_chacha = "0.9"
raylib = "5.5"
strum = "0.27"
strum_macros = "0.27"
diff --git a/dungeon/Cargo.toml b/dungeon/Cargo.toml
index dfa8404..906058d 100644
--- a/dungeon/Cargo.toml
+++ b/dungeon/Cargo.toml
@@ -9,7 +9,6 @@ rust-version.workspace = true
[dependencies]
rand.workspace = true
-rand_chacha.workspace = true
strum.workspace = true
strum_macros.workspace = true