summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-10-06 11:32:53 -0700
committerJoe Wilm <joe@jwilm.com>2017-10-06 11:32:53 -0700
commit88c1dabefc303e2325fa07adb654eb1d6a6c8a0f (patch)
tree1fa17292cc9353d3a494826ce844371fb1921403 /Cargo.toml
parente17d38167e174a2cf664e430fe968ec6492e1f08 (diff)
downloadalacritty-88c1dabefc303e2325fa07adb654eb1d6a6c8a0f.tar.gz
alacritty-88c1dabefc303e2325fa07adb654eb1d6a6c8a0f.zip
Revert "Update glutin & fix a few wayland issues (#815)"
This reverts commit e17d38167e174a2cf664e430fe968ec6492e1f08. Was breaking builds for mac users.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index baa52b94..fb31a1d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ clap = "2"
fnv = "1"
unicode-width = "0.1.4"
arraydeque = "0.2.3"
-glutin = "0.10.0"
+glutin = "0.9.2"
clippy = { version = "*", optional = true }