fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9d08607734
commit
3afd9e1f46
@ -9,6 +9,9 @@ use crate::{
|
|||||||
ui_interface::{self, *},
|
ui_interface::{self, *},
|
||||||
};
|
};
|
||||||
use flutter_rust_bridge::{StreamSink, SyncReturn};
|
use flutter_rust_bridge::{StreamSink, SyncReturn};
|
||||||
|
#[cfg(feature = "plugin_framework")]
|
||||||
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
|
use hbb_common::allow_err;
|
||||||
use hbb_common::{
|
use hbb_common::{
|
||||||
config::{self, LocalConfig, PeerConfig, PeerInfoSerde, ONLINE},
|
config::{self, LocalConfig, PeerConfig, PeerInfoSerde, ONLINE},
|
||||||
fs, log,
|
fs, log,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user