Add library target for Android builds
This commit is contained in:
9
src-tauri/src/mobile.rs
Normal file
9
src-tauri/src/mobile.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Mobile-specific entry points for Android and iOS
|
||||
|
||||
use tauri::{AppHandle, Runtime};
|
||||
|
||||
/// Mobile entry point
|
||||
#[tauri::mobile_entry_point]
|
||||
fn main() {
|
||||
crate::run();
|
||||
}
|
||||
Reference in New Issue
Block a user