mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-07 21:11:05 +03:00
refact: remove feature cli (#15524)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -24,7 +24,6 @@ pub mod ipc;
|
||||
#[cfg(not(any(
|
||||
target_os = "android",
|
||||
target_os = "ios",
|
||||
feature = "cli",
|
||||
feature = "flutter"
|
||||
)))]
|
||||
pub mod ui;
|
||||
@@ -38,11 +37,9 @@ pub mod flutter;
|
||||
pub mod flutter_ffi;
|
||||
use common::*;
|
||||
mod auth_2fa;
|
||||
#[cfg(feature = "cli")]
|
||||
pub mod cli;
|
||||
#[cfg(not(target_os = "ios"))]
|
||||
mod clipboard;
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios", feature = "cli")))]
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
pub mod core_main;
|
||||
mod custom_server;
|
||||
mod lang;
|
||||
|
||||
Reference in New Issue
Block a user