diff options
author | Chet Gurevitch <chetgurevitch@protonmail.com> | 2017-10-03 17:51:14 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-12-23 21:39:09 -0800 |
commit | ae533e660f649413af15c2a826497de423a5211b (patch) | |
tree | ee86b019b12d6066ff5df6f10f9c9f42fa26f634 /Cargo.toml | |
parent | 1117bb5fda288c8023419ceeaddc15c04c74e798 (diff) | |
download | alacritty-ae533e660f649413af15c2a826497de423a5211b.tar.gz alacritty-ae533e660f649413af15c2a826497de423a5211b.zip |
Update glutin to v0.10
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ clap = "2" fnv = "1" unicode-width = "0.1" arraydeque = "0.2" -glutin = "0.9" +glutin = "0.10" clippy = { version = "*", optional = true } env_logger = "0.4" |