aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichel Boaventura <michel.boaventura@gmail.com>2017-02-17 18:22:39 -0200
committerJoe Wilm <jwilm@users.noreply.github.com>2017-02-17 15:28:46 -0800
commite0980df48ef50ddb48021d9375ef005eac268b7e (patch)
tree42be660d2ac001350164a1f6cb95716ef2862191 /Cargo.toml
parent3ce6e1e4b2924b0d432cbb3e62b4bbef88dd38ff (diff)
downloadalacritty-e0980df48ef50ddb48021d9375ef005eac268b7e.tar.gz
alacritty-e0980df48ef50ddb48021d9375ef005eac268b7e.zip
Updates Glutin to proper handle dead keys
Resolves #211.
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 fa09a27f..759b8ef2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ gl_generator = "0.5"
[dependencies.glutin]
git = "https://github.com/jwilm/glutin"
-rev = "af7fe340bd4a2af53ea521defcb4f377cdc588cf"
+rev = "c74d9c72510c90796930446e13e2d448ea43b8a3"
[profile.release]
lto = true