소스 검색

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;