ios build

This commit is contained in:
sjpark
2023-04-20 22:12:47 +09:00
Unverified
parent 26ec887a5e
commit 261f98774b
7 changed files with 267 additions and 92 deletions

View File

@@ -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() {
}