diff options
author | Joe Wilm <jwilm@users.noreply.github.com> | 2017-07-20 10:50:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 10:50:50 -0700 |
commit | 8e7dd009a4335e6d6673c1aabb2b92d27f86155c (patch) | |
tree | 9e1dddb26693ea2085f700d43ae9bc2d800df52d /src/lib.rs | |
parent | c8e4f366e740b98377bf6faf157af358b3bc70d2 (diff) | |
download | alacritty-8e7dd009a4335e6d6673c1aabb2b92d27f86155c.tar.gz alacritty-8e7dd009a4335e6d6673c1aabb2b92d27f86155c.zip |
Update to latest Glutin/winit (#671)
* Update to latest Glutin/winit
This *finally* gets us off the fork of Glutin we've been on for so long
and will unblock a number of other items. Functionality should be the
same as before.
The update forced our hand on a compiler update. It's no longer
feasible to pin on an old version. From now on, we require latest
stable.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ #[macro_use] extern crate bitflags; #[macro_use] extern crate clap; -#[macro_use] extern crate lazy_static; #[macro_use] extern crate log; #[macro_use] extern crate serde_derive; |