diff options
author | Michel Boaventura <michel.boaventura@gmail.com> | 2017-02-17 18:22:39 -0200 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-02-17 15:28:46 -0800 |
commit | e0980df48ef50ddb48021d9375ef005eac268b7e (patch) | |
tree | 42be660d2ac001350164a1f6cb95716ef2862191 /Cargo.toml | |
parent | 3ce6e1e4b2924b0d432cbb3e62b4bbef88dd38ff (diff) | |
download | alacritty-e0980df48ef50ddb48021d9375ef005eac268b7e.tar.gz alacritty-e0980df48ef50ddb48021d9375ef005eac268b7e.zip |
Updates Glutin to proper handle dead keys
Resolves #211.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ gl_generator = "0.5" [dependencies.glutin] git = "https://github.com/jwilm/glutin" -rev = "af7fe340bd4a2af53ea521defcb4f377cdc588cf" +rev = "c74d9c72510c90796930446e13e2d448ea43b8a3" [profile.release] lto = true |