Browse Source

wip: clear warnigns

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
175a6a199c
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      packages/desktop/src/lib.rs

+ 1 - 3
packages/desktop/src/lib.rs

@@ -62,10 +62,8 @@ use std::{
     sync::{Arc, RwLock},
 };
 use tao::{
-    accelerator::{Accelerator, SysMods},
     event::{Event, StartCause, WindowEvent},
-    event_loop::{ControlFlow, EventLoop, EventLoopWindowTarget},
-    keyboard::{KeyCode, ModifiersState},
+    event_loop::{ControlFlow, EventLoop},
     window::{Window, WindowId},
 };
 pub use wry;