mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-14 21:21:44 +03:00
fix(examples): change API example domain, export mobile mod
This commit is contained in:
parent
c2b120be51
commit
e20145cccc
@ -9,6 +9,11 @@
|
||||
|
||||
mod cmd;
|
||||
|
||||
#[cfg(mobile)]
|
||||
mod mobile;
|
||||
#[cfg(mobile)]
|
||||
pub use mobile::*;
|
||||
|
||||
use serde::Serialize;
|
||||
use tauri::{window::WindowBuilder, App, AppHandle, RunEvent, WindowUrl};
|
||||
|
||||
|
@ -33,7 +33,7 @@ fn _start_app() {
|
||||
#[inline(never)]
|
||||
pub extern "C" fn start_app() {
|
||||
#[cfg(target_os = "android")]
|
||||
android_binding!(studio_tauri, api, _start_app, tauri_runtime_wry::wry);
|
||||
android_binding!(com_tauri, api, _start_app, tauri_runtime_wry::wry);
|
||||
_start_app()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user