ios build
This commit is contained in:
parent
26ec887a5e
commit
261f98774b
7 changed files with 267 additions and 92 deletions
|
|
@ -1045,3 +1045,7 @@ pub fn start_global_event_stream(s: StreamSink<String>, app_type: String) -> Res
|
|||
pub fn stop_global_event_stream(app_type: String) {
|
||||
let _ = GLOBAL_EVENT_STREAM.write().unwrap().remove(&app_type);
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
unsafe extern "C" fn get_rgba() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue