mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 04:21:29 +03:00
exclude ui module (sciter) for flutter
This commit is contained in:
@@ -20,7 +20,7 @@ pub use self::rendezvous_mediator::*;
|
||||
pub mod common;
|
||||
#[cfg(not(any(target_os = "ios")))]
|
||||
pub mod ipc;
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios", feature = "cli")))]
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios", feature = "cli", feature = "flutter")))]
|
||||
pub mod ui;
|
||||
mod version;
|
||||
pub use version::*;
|
||||
|
||||
Reference in New Issue
Block a user