summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8af51a1..dda65c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,8 @@ rust-version = "1.88"
[workspace.dependencies]
audio = { path = "audio" }
+atomic = "0.6"
+bytemuck = { version = "1", features = ["derive"] }
dungeon = { path = "dungeon" }
game = { path = "game" }
getrandom = "0.3"