diff options
Diffstat (limited to 'src/desktop/window.rs')
-rw-r--r-- | src/desktop/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop/window.rs b/src/desktop/window.rs index 14ac3a7..78a7c42 100644 --- a/src/desktop/window.rs +++ b/src/desktop/window.rs @@ -4,7 +4,7 @@ use std::rc::Rc; use std::sync::Arc; use std::time::Duration; -use crate::io::{WindowSignal, Window}; +use crate::io::{Window, WindowSignal}; use pixels::{Error, Pixels, SurfaceTexture}; use winit::dpi::LogicalSize; |