Skip to content

Commit

Permalink
remove cfg linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jun 22, 2024
1 parent f233694 commit 91296dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.18
0.0.19
5 changes: 0 additions & 5 deletions lead_docs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ use tao::{
};
use wry::{http::{HeaderValue, Response, StatusCode}, WebViewBuilder};

#[allow(dead_code)]
#[cfg(windows)]
use wry::WebViewBuilderExtWindows;

#[cfg(not(debug_assertions))]
use include_dir::{include_dir, Dir};

Expand Down Expand Up @@ -95,7 +91,6 @@ fn main() {
let webview = webview.with_url("app://localhost/index.html");

let _webview = webview
.with_https_scheme(false)
.build()
.unwrap();

Expand Down

0 comments on commit 91296dd

Please sign in to comment.