Explorar o código

fix(tauri-runtime-wry): re-export wry

Regression from the latest merge from dev
Lucas Nogueira %!s(int64=2) %!d(string=hai) anos
pai
achega
aeade94d5e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      core/tauri-runtime-wry/src/lib.rs

+ 1 - 0
core/tauri-runtime-wry/src/lib.rs

@@ -67,6 +67,7 @@ use wry::{
   webview::{FileDropEvent as WryFileDropEvent, Url, WebContext, WebView, WebViewBuilder},
 };
 
+pub use wry;
 pub use wry::application::window::{Window, WindowBuilder as WryWindowBuilder, WindowId};
 #[cfg(windows)]
 use wry::webview::WebviewExtWindows;