summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-10-31 13:05:17 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-31 13:05:17 -0400
commit0ab17728be9b6852499ba644f2aa5ddd5c473e73 (patch)
tree45204e391c5d734ed4e755757c451e807524493f /Cargo.toml
parentgraphics: add health/inventory ui rendering (diff)
downloadDungeonCrawl-0ab17728be9b6852499ba644f2aa5ddd5c473e73.tar.gz
DungeonCrawl-0ab17728be9b6852499ba644f2aa5ddd5c473e73.tar.bz2
DungeonCrawl-0ab17728be9b6852499ba644f2aa5ddd5c473e73.zip
dungeon: remove unused rand_chacha
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"