From 8ccde4e7c0b0884d32aded2a98d2187f19682c36 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 24 Nov 2025 10:14:22 -0500 Subject: audio: add scheduling, and optimize atomic operations --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-freya