fix: build on linux and windows

This commit is contained in:
reya
2024-07-03 14:09:07 +07:00
parent 4c323b9daa
commit 72b59020b4
7 changed files with 117 additions and 78 deletions

View File

@@ -1,3 +1,5 @@
#[cfg(target_os = "macos")]
pub mod fns;
#[cfg(target_os = "macos")]
pub mod tray;
pub mod window;