mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-07 10:22:29 +02:00
5 lines
77 B
Rust
5 lines
77 B
Rust
#[tauri::mobile_entry_point]
|
|
fn main() {
|
|
super::AppBuilder::new().run();
|
|
}
|