aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/platform_specific/mod.rs
blob: 84bd478abde5217d1ec0d76d909ce85e8797d823 (plain)
1
2
3
4
5
#[cfg(target_os = "windows")]
pub mod windows;

#[cfg(target_os = "linux")]
pub mod linux;