window_clipboard/mime/src/platform/mod.rs
2024-03-14 16:42:24 -04:00

11 lines
209 B
Rust

#[cfg(all(
unix,
not(any(
target_os = "macos",
target_os = "ios",
target_os = "android",
target_os = "emscripten",
target_os = "redox"
))
))]
pub mod linux;