summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d0ec1b6..8af51a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
-members = ["dungeon", "game", "graphics"]
+members = ["audio","dungeon", "game", "graphics"]
[workspace.package]
version = "0.1.0"
@@ -16,6 +16,7 @@ publish = false
rust-version = "1.88"
[workspace.dependencies]
+audio = { path = "audio" }
dungeon = { path = "dungeon" }
game = { path = "game" }
getrandom = "0.3"