Skip to content

Commit

Permalink
feature flag for core_audio
Browse files Browse the repository at this point in the history
yury committed Nov 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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

0 comments on commit 13e288b

Please sign in to comment.