diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.rs b/src/window.rs index 6e3d7cdc..03b04e41 100644 --- a/src/window.rs +++ b/src/window.rs @@ -21,8 +21,8 @@ use glutin::os::unix::EventsLoopExt; #[cfg(windows)] use glutin::Icon; use glutin::{ - self, ContextBuilder, ContextTrait, ControlFlow, Event, EventsLoop, MouseCursor, - PossiblyCurrentContext, PossiblyCurrentContextTrait, WindowBuilder, + self, ContextBuilder, ControlFlow, Event, EventsLoop, MouseCursor, PossiblyCurrentContext, + WindowBuilder, }; #[cfg(windows)] use image::ImageFormat; |