diff options
author | Joe Wilm <joe@jwilm.com> | 2016-08-02 10:36:26 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-08-03 08:21:30 -0700 |
commit | 8b34df7c024d07de03c4b13cad7af333312e63be (patch) | |
tree | 0bf6ce20187a8af97ac6f15c107f6e32ea6fd168 | |
parent | 66e7228f41a9fef79fec2cf57d8e9ac92e936855 (diff) | |
download | alacritty-8b34df7c024d07de03c4b13cad7af333312e63be.tar.gz alacritty-8b34df7c024d07de03c4b13cad7af333312e63be.zip |
Update Glutin to get Cocoa modifier keys
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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)", @@ -23,4 +23,4 @@ gl_generator = "0.5" [dependencies.glutin] git = "https://github.com/jwilm/glutin" -rev = "d287fa96e3a8b2568b189067eedd28807c4568d6" +rev = "22cc23997389bedd948a3ddc3833279ed308a673" |