Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Aug 26, 2023
1 parent fbb4959 commit bfcbcde
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ use simple_logger::SimpleLogger;
use muda::{Menu, PredefinedMenuItem, Submenu};
use wry::application::event::{Event, WindowEvent};
use wry::application::event_loop::{ControlFlow, EventLoopBuilder, EventLoopProxy};
use wry::application::window::WindowBuilder;
use wry::webview::WebViewBuilder;

#[cfg(target_os = "linux")]
use wry::application::platform::unix::WindowExtUnix;
#[cfg(target_os = "windows")]
use wry::application::platform::windows::{EventLoopBuilderExtWindows, WindowExtWindows};
use wry::application::window::WindowBuilder;
use wry::webview::WebViewBuilder;

mod auth;
mod htime;
Expand Down

0 comments on commit bfcbcde

Please sign in to comment.