fix CI
This commit is contained in:
parent
3ffab643c5
commit
6a0a067bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::{collections::HashMap, ffi::{CStr, CString}, os::raw::c_char};
|
||||
use std::str::FromStr;
|
||||
|
||||
#[cfg(any(target_os = "linux", target_os = "macos"))]
|
||||
#[cfg(any(target_os = "linux", target_os = "macos", target_os = "android"))]
|
||||
use std::thread;
|
||||
|
||||
use flutter_rust_bridge::{StreamSink, SyncReturn, ZeroCopyBuffer};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue