diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-27 20:26:31 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-27 20:26:31 -0800 |
commit | c8b69412b2f0cfc1db4c8d21e2b784ce023a5180 (patch) | |
tree | 8c6ea6d0a53452d733eda1e515de25afee956fef /Cargo.lock | |
parent | 1bf7bb8e12453ad1a27d1b990032c205704418ba (diff) | |
download | alacritty-c8b69412b2f0cfc1db4c8d21e2b784ce023a5180.tar.gz alacritty-c8b69412b2f0cfc1db4c8d21e2b784ce023a5180.zip |
Rasterizer uses DPI from Glutin
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,7 +6,7 @@ dependencies = [ "euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "freetype-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gl 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "glutin 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "glutin 0.4.9 (git+https://github.com/jwilm/glutin?rev=c95e6973ace3cbf321123a64588b27f032675be9)", "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "servo-fontconfig 0.2.0 (git+https://github.com/jwilm/rust-fontconfig)", ] @@ -205,8 +205,8 @@ dependencies = [ [[package]] name = "glutin" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.9" +source = "git+https://github.com/jwilm/glutin?rev=c95e6973ace3cbf321123a64588b27f032675be9#c95e6973ace3cbf321123a64588b27f032675be9" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -229,7 +229,7 @@ dependencies = [ "wayland-kbd 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "wayland-window 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", - "x11-dl 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "x11-dl 2.4.0 (git+https://github.com/jwilm/x11-rs?rev=40f08df7b4408980b922b3c6e258c9c6765c2c24)", ] [[package]] @@ -481,8 +481,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "x11-dl" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.4.0" +source = "git+https://github.com/jwilm/x11-rs?rev=40f08df7b4408980b922b3c6e258c9c6765c2c24#40f08df7b4408980b922b3c6e258c9c6765c2c24" dependencies = [ "dylib 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |