diff options
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | dungeon/Cargo.toml | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -87,7 +87,6 @@ name = "dungeon" version = "0.1.0" dependencies = [ "rand", - "rand_chacha", "strum", "strum_macros", ] @@ -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 |