diff options
author | Tiziano Santoro <tiziano88@gmail.com> | 2017-08-29 15:52:20 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-08-29 07:52:20 -0700 |
commit | 00c9a9faaa6e2a055fbcccb26909c0d6b5bb49ef (patch) | |
tree | 9dcb98157bfdcd053ca274ed20da8c4e400b33a4 | |
parent | c4ece6dde3c9dcf825a44aa775535a65c0c376a6 (diff) | |
download | alacritty-00c9a9faaa6e2a055fbcccb26909c0d6b5bb49ef.tar.gz alacritty-00c9a9faaa6e2a055fbcccb26909c0d6b5bb49ef.zip |
Restore winit deps (#763)
Accidentally removed in
https://github.com/jwilm/alacritty/commit/c4ece6dde3c9dcf825a44aa775535a65c0c376a6
when winit version was bumped.
-rw-r--r-- | Cargo.lock | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1190,6 +1190,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "winit" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "android_glue 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cocoa 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wayland-client 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", + "wayland-kbd 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "wayland-protocols 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", + "wayland-window 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "x11-dl 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "ws2_32-sys" |