Skip to content

Commit

Permalink
feature flag for core_audio
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Nov 26, 2024
1 parent 4ec883c commit 13e288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cidre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub mod cm;
#[cfg(feature = "core_motion")]
pub mod core_motion;

#[cfg(target_os = "macos")]
#[cfg(all(target_os = "macos", feature = "core_audio"))]
pub mod core_audio;

/// Core Video
Expand Down

0 comments on commit 13e288b

Please # to comment.