diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-24 10:14:22 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-24 10:14:22 -0500 |
| commit | 8ccde4e7c0b0884d32aded2a98d2187f19682c36 (patch) | |
| tree | e179b2933230fe53795ed3779832c7742426fa4f /Cargo.toml | |
| parent | audio: fix triangle wave (diff) | |
| download | DungeonCrawl-8ccde4e7c0b0884d32aded2a98d2187f19682c36.tar.gz DungeonCrawl-8ccde4e7c0b0884d32aded2a98d2187f19682c36.tar.bz2 DungeonCrawl-8ccde4e7c0b0884d32aded2a98d2187f19682c36.zip | |
audio: add scheduling, and optimize atomic operations
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |