From 9e9966aa45e6afb231132a6e72b2e7661e794d10 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sat, 15 Feb 2025 02:45:30 +0100 Subject: chore: dont compile in micromod in the case of no music flag, or in the case of the 32k flag --- src/vendored/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendored') diff --git a/src/vendored/mod.rs b/src/vendored/mod.rs index 651edd9..ddf8f29 100644 --- a/src/vendored/mod.rs +++ b/src/vendored/mod.rs @@ -1,2 +1,3 @@ +#[cfg(all(feature = "music", not(feature = "32k")))] #[path = "./micromod-rs/mod.rs"] pub mod micromod; -- cgit v1.2.3