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

Regression from the latest merge from dev
This commit is contained in:
Lucas Nogueira
2023-02-14 14:37:50 -03:00
parent 3d5cc7ab86
commit aeade94d5e

View File

@@ -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;