7 lines
132 B
Rust
7 lines
132 B
Rust
//! Mobile entry point for ZeroClaw Desktop (iOS/Android).
|
|
|
|
#[tauri::mobile_entry_point]
|
|
fn main() {
|
|
zeroclaw_desktop::run();
|
|
}
|