Skip to content

Commit

Permalink
fix win32 specific api
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Feb 2, 2025
1 parent 69e3c81 commit 9ff43e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lead_docs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use serde_json::to_string_pretty;
use tao::{
dpi::LogicalSize, event::{Event, WindowEvent}, event_loop::{ControlFlow, EventLoop}, window::{Icon, WindowBuilder}
};
use wry::{http::{HeaderValue, Response, StatusCode}, WebViewBuilder, WebViewBuilderExtWindows};
use wry::{http::{HeaderValue, Response, StatusCode}, WebViewBuilder};

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

0 comments on commit 9ff43e2

Please sign in to comment.