From 2274d33e469aca544a7aeb899a10769b973ae374 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 22 Nov 2025 13:29:10 -0500 Subject: audio: refactor into seperate crate --- graphics/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 0240745..0687272 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -8,6 +8,7 @@ publish.workspace = true rust-version.workspace = true [dependencies] +audio.workspace = true dungeon.workspace = true raylib.workspace = true @@ -19,7 +20,7 @@ default = [] x11 = ["raylib/GLFW_BUILD_X11"] wayland = ["raylib/wayland", "raylib/GLFW_BUILD_WAYLAND"] sdl = ["raylib/sdl", "raylib/SUPPORT_MODULE_RTEXT"] -static = [] +static = ["audio/static"] # Individual features seem to currently be # broken on windows -- cgit v1.2.3-freya