This commit is contained in:
rustdesk
2023-03-02 13:32:21 +08:00
parent c685a0b5fa
commit c5d7e5dfda
4 changed files with 16 additions and 8 deletions

View File

@@ -11,6 +11,9 @@ pub mod windows;
#[cfg(target_os = "macos")]
pub mod macos;
#[cfg(target_os = "macos")]
pub mod delegate;
#[cfg(target_os = "linux")]
pub mod linux;