Jonathan Kelley 2 years ago
parent
commit
44c1e2e033
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/desktop/src/webview.rs

+ 1 - 1
packages/desktop/src/webview.rs

@@ -7,7 +7,7 @@ use tao::event_loop::{EventLoopProxy, EventLoopWindowTarget};
 pub use wry;
 pub use wry::application as tao;
 use wry::application::window::Window;
-use wry::webview::{WebContext, WebView, WebViewBuilder};
+use wry::webview::{WebView, WebViewBuilder};
 
 pub fn build(
     cfg: &mut Config,