Browse Source

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

Regression from the latest merge from dev
Lucas Nogueira 2 năm trước cách đây
mục cha
commit
aeade94d5e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;