From 6757acbb824e8be9968529a66e9a75a0a2ea2f5d Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 8 Apr 2019 19:14:51 +0000 Subject: Bump version to 0.3.0 --- src/window.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit