aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-10-14 12:19:18 -0700
committerJoe Wilm <joe@jwilm.com>2016-10-14 12:19:18 -0700
commit1d60fdd6e3eb4fb7d42a26de29af3bea56785564 (patch)
tree14d8e8fda0295bcee5d1ec28776c67a92dba4871 /Cargo.toml
parentf69ea009a3f539d320fa0e7780730bcd35bdf772 (diff)
downloadalacritty-1d60fdd6e3eb4fb7d42a26de29af3bea56785564.tar.gz
alacritty-1d60fdd6e3eb4fb7d42a26de29af3bea56785564.zip
Fix X11 WaitEventsIterator Busy Loop
Resolves #10.
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 c8fab55b..fcb925e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ gl_generator = "0.5"
[dependencies.glutin]
git = "https://github.com/jwilm/glutin"
-rev = "16ed800f68022a37203434bd3b542ff5400c1403"
+rev = "ac3585f7bc8cd56b036de714cccfdc2532f343a7"
[profile.release]
debug = true