feat: insert core entry before launching flutter

This commit is contained in:
SoLongAndThanksForAllThePizza
2022-05-30 16:16:20 +08:00
parent 3a1bbc260b
commit 7cd0940661
4 changed files with 55 additions and 4 deletions

View File

@@ -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"))]