We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d45721 commit c44edf4Copy full SHA for c44edf4
crates/tauri-runtime-wry/src/lib.rs
@@ -12,8 +12,8 @@
12
html_favicon_url = "https://github.com/tauri-apps/tauri/raw/dev/.github/icon.png"
13
)]
14
15
+use self::monitor::MonitorExt;
16
use http::Request;
-use monitor::MonitorExt;
17
use raw_window_handle::{DisplayHandle, HasDisplayHandle, HasWindowHandle};
18
19
use tauri_runtime::{
@@ -130,7 +130,6 @@ use std::{
130
pub type WebviewId = u32;
131
type IpcHandler = dyn Fn(Request<String>) + 'static;
132
133
-#[cfg(desktop)]
134
mod monitor;
135
#[cfg(any(
136
windows,
0 commit comments