summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-17 10:02:56 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-17 10:28:44 -0500
commitbaae7dbc38ad4e131c107d9f0f638530ac250e2e (patch)
treecb6c6dbab81424999617eef09885e798ee2c21c9 /Cargo.toml
parentFeedback and grade for Checkpoint (diff)
downloadDungeonCrawl-baae7dbc38ad4e131c107d9f0f638530ac250e2e.tar.gz
DungeonCrawl-baae7dbc38ad4e131c107d9f0f638530ac250e2e.tar.bz2
DungeonCrawl-baae7dbc38ad4e131c107d9f0f638530ac250e2e.zip
wasm support!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd65dd7..1a2ad4a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ rust-version = "1.87"
[workspace.dependencies]
dungeon = { path = "dungeon" }
game = { path = "game" }
+getrandom = "0.3"
graphics = { path = "graphics" }
strum_macros = "0.27"