mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
6 lines
119 B
Rust
6 lines
119 B
Rust
#[cfg(target_os = "macos")]
|
|
pub mod macos;
|
|
#[cfg(target_os = "macos")]
|
|
pub(crate) use macos::*;
|
|
pub mod audio_decoder;
|