window_clipboard/mime/src/platform/mod.rs

12 lines
209 B
Rust
Raw Normal View History

2024-03-14 16:42:24 -04:00
#[cfg(all(
unix,
not(any(
target_os = "macos",
target_os = "ios",
target_os = "android",
target_os = "emscripten",
target_os = "redox"
))
))]
pub mod linux;