feat: refactor sgclaw around zeroclaw compat runtime
This commit is contained in:
6
third_party/zeroclaw/apps/tauri/src/mobile.rs
vendored
Normal file
6
third_party/zeroclaw/apps/tauri/src/mobile.rs
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
//! Mobile entry point for ZeroClaw Desktop (iOS/Android).
|
||||
|
||||
#[tauri::mobile_entry_point]
|
||||
fn main() {
|
||||
zeroclaw_desktop::run();
|
||||
}
|
||||
Reference in New Issue
Block a user