瀏覽代碼

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

Regression from the latest merge from dev
Lucas Nogueira 2 年之前
父節點
當前提交
aeade94d5e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;