mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-22 01:43:20 +03:00
source code
This commit is contained in:
11
libs/systray-rs/src/api/mod.rs
Normal file
11
libs/systray-rs/src/api/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
#[cfg(target_os = "windows")]
|
||||
#[path = "win32/mod.rs"]
|
||||
pub mod api;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
#[path = "linux/mod.rs"]
|
||||
pub mod api;
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
#[path = "cocoa/mod.rs"]
|
||||
pub mod api;
|
||||
Reference in New Issue
Block a user