mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 17:31:28 +03:00
feat: insert core entry before launching flutter
This commit is contained in:
@@ -28,6 +28,11 @@ pub mod flutter;
|
||||
#[cfg(any(target_os = "android", target_os = "ios", feature = "flutter"))]
|
||||
pub mod flutter_ffi;
|
||||
use common::*;
|
||||
#[cfg(all(
|
||||
not(any(target_os = "android", target_os = "ios")),
|
||||
feature = "flutter"
|
||||
))]
|
||||
pub mod core_main;
|
||||
#[cfg(feature = "cli")]
|
||||
pub mod cli;
|
||||
#[cfg(all(windows, feature = "hbbs"))]
|
||||
|
||||
Reference in New Issue
Block a user