chore(tauri) expose WebView and Handle types

This commit is contained in:
Lucas Nogueira
2020-02-16 17:49:39 -03:00
parent b31f5d0546
commit 7c786d2fee

View File

@@ -25,7 +25,7 @@ use error_chain::error_chain;
use threadpool::ThreadPool;
pub use app::*;
use web_view::{WebView, Handle};
pub use web_view::{WebView, Handle};
pub use app::*;
pub use tauri_api as api;