summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-08-02 10:36:26 -0700
committerJoe Wilm <joe@jwilm.com>2016-08-03 08:21:30 -0700
commit8b34df7c024d07de03c4b13cad7af333312e63be (patch)
tree0bf6ce20187a8af97ac6f15c107f6e32ea6fd168
parent66e7228f41a9fef79fec2cf57d8e9ac92e936855 (diff)
downloadalacritty-8b34df7c024d07de03c4b13cad7af333312e63be.tar.gz
alacritty-8b34df7c024d07de03c4b13cad7af333312e63be.zip
Update Glutin to get Cocoa modifier keys
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1c80b490..6469fafc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -7,7 +7,7 @@ dependencies = [
"errno 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"font 0.1.0",
"gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "glutin 0.6.1 (git+https://github.com/jwilm/glutin?rev=d287fa96e3a8b2568b189067eedd28807c4568d6)",
+ "glutin 0.6.1 (git+https://github.com/jwilm/glutin?rev=22cc23997389bedd948a3ddc3833279ed308a673)",
"libc 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"notify 2.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -285,7 +285,7 @@ dependencies = [
[[package]]
name = "glutin"
version = "0.6.1"
-source = "git+https://github.com/jwilm/glutin?rev=d287fa96e3a8b2568b189067eedd28807c4568d6#d287fa96e3a8b2568b189067eedd28807c4568d6"
+source = "git+https://github.com/jwilm/glutin?rev=22cc23997389bedd948a3ddc3833279ed308a673#22cc23997389bedd948a3ddc3833279ed308a673"
dependencies = [
"android_glue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index dc9b62a9..1748c99d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,4 +23,4 @@ gl_generator = "0.5"
[dependencies.glutin]
git = "https://github.com/jwilm/glutin"
-rev = "d287fa96e3a8b2568b189067eedd28807c4568d6"
+rev = "22cc23997389bedd948a3ddc3833279ed308a673"