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 --- audio/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/Cargo.toml') 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] -- cgit v1.2.3-freya