aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-11-11 19:59:18 -0800
committerJoe Wilm <joe@jwilm.com>2016-11-17 17:15:56 -0800
commit8360ab44ece57194ab40ddd280dcb5ce35ae91b7 (patch)
tree4a2f0a06081723f48ff86e3870b29aaca42e37f7 /Cargo.toml
parent6925daa823a86aa8d3fafe21591bb883cb053ef3 (diff)
downloadalacritty-8360ab44ece57194ab40ddd280dcb5ce35ae91b7.tar.gz
alacritty-8360ab44ece57194ab40ddd280dcb5ce35ae91b7.zip
Fallback to received chars when no bindings
Committed this on a plane with no internet; need to get a real glutin ref pushed somewhere and update this commit before merging into master.
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 d3132ddc..9da6e7ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ gl_generator = "0.5"
[dependencies.glutin]
git = "https://github.com/jwilm/glutin"
-rev = "ac3585f7bc8cd56b036de714cccfdc2532f343a7"
+rev = "78838c1e1497dc8a1b1c8f69da7a6f3cd7da15c1"
[profile.release]
debug = true