aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-07-30 12:47:22 -0700
committerJoe Wilm <joe@jwilm.com>2016-07-30 12:52:53 -0700
commit66e7228f41a9fef79fec2cf57d8e9ac92e936855 (patch)
tree498421f6bc1ebeb06d39c8b901d45ff4c90a1b6b /Cargo.toml
parentc687eca3fadef5d64daf5fce5582e0037c45d5b4 (diff)
downloadalacritty-66e7228f41a9fef79fec2cf57d8e9ac92e936855.tar.gz
alacritty-66e7228f41a9fef79fec2cf57d8e9ac92e936855.zip
Input expects modifier keys from Glutin
This is experimental on a separate branch of Glutin. It's intended to fix the problem of certain key events not being delivered on alt-tab and breaking the modifier state tracking.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0430f625..dc9b62a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,5 @@ serde_macros = "0.7"
gl_generator = "0.5"
[dependencies.glutin]
-version = "*"
-# git = "https://github.com/jwilm/glutin"
-# rev = "c95e6973ace3cbf321123a64588b27f032675be9"
-# version = "*"
-# path = "../glutin"
+git = "https://github.com/jwilm/glutin"
+rev = "d287fa96e3a8b2568b189067eedd28807c4568d6"