aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-08 19:14:51 +0000
committerGitHub <noreply@github.com>2019-04-08 19:14:51 +0000
commit6757acbb824e8be9968529a66e9a75a0a2ea2f5d (patch)
treea05ccca0793d8bc98eeb431a027570b6b79f16d0 /src
parentcd8d537bed98559ed49c1465db84ecec5393119f (diff)
downloadalacritty-6757acbb824e8be9968529a66e9a75a0a2ea2f5d.tar.gz
alacritty-6757acbb824e8be9968529a66e9a75a0a2ea2f5d.zip
Bump version to 0.3.0v0.3.0
Diffstat (limited to 'src')
-rw-r--r--src/window.rs4
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;