Skip to content

Commit c44edf4

Browse files
committed
mobile again
1 parent 7d45721 commit c44edf4

File tree

1 file changed

+1
-2
lines changed
  • crates/tauri-runtime-wry/src

1 file changed

+1
-2
lines changed

crates/tauri-runtime-wry/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
html_favicon_url = "https://github.com/tauri-apps/tauri/raw/dev/.github/icon.png"
1313
)]
1414

15+
use self::monitor::MonitorExt;
1516
use http::Request;
16-
use monitor::MonitorExt;
1717
use raw_window_handle::{DisplayHandle, HasDisplayHandle, HasWindowHandle};
1818

1919
use tauri_runtime::{
@@ -130,7 +130,6 @@ use std::{
130130
pub type WebviewId = u32;
131131
type IpcHandler = dyn Fn(Request<String>) + 'static;
132132

133-
#[cfg(desktop)]
134133
mod monitor;
135134
#[cfg(any(
136135
windows,

0 commit comments

Comments
 (0)