espanso/src/bridge/mod.rs

8 lines
155 B
Rust
Raw Normal View History

2019-09-07 11:35:45 +00:00
#[cfg(target_os = "windows")]
pub(crate) mod windows;
#[cfg(target_os = "linux")]
pub(crate) mod linux;
#[cfg(target_os = "macos")]
pub(crate) mod macos;