summaryrefslogtreecommitdiff
path: root/audio/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-24 10:14:22 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-24 10:14:22 -0500
commit8ccde4e7c0b0884d32aded2a98d2187f19682c36 (patch)
treee179b2933230fe53795ed3779832c7742426fa4f /audio/Cargo.toml
parentaudio: fix triangle wave (diff)
downloadDungeonCrawl-8ccde4e7c0b0884d32aded2a98d2187f19682c36.tar.gz
DungeonCrawl-8ccde4e7c0b0884d32aded2a98d2187f19682c36.tar.bz2
DungeonCrawl-8ccde4e7c0b0884d32aded2a98d2187f19682c36.zip
audio: add scheduling, and optimize atomic operations
Diffstat (limited to 'audio/Cargo.toml')
-rw-r--r--audio/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/Cargo.toml b/audio/Cargo.toml
index 58f18a2..4bd92b2 100644
--- a/audio/Cargo.toml
+++ b/audio/Cargo.toml
@@ -8,6 +8,8 @@ publish.workspace = true
rust-version.workspace = true
[dependencies]
+atomic.workspace = true
+bytemuck.workspace = true
raylib.workspace = true
[lints]