Prechádzať zdrojové kódy

chore(tauri) expose WebView and Handle types

Lucas Nogueira 5 rokov pred
rodič
commit
7c786d2fee
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tauri/src/lib.rs

+ 1 - 1
tauri/src/lib.rs

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