From b96fef36a2c440dfc81f072fa8689b0f59ae6909 Mon Sep 17 00:00:00 2001 From: Daggerbot Date: Fri, 22 May 2015 17:23:58 +0000 Subject: [PATCH] Using x11 version 1.1.1 to prevent breaking on platforms without X11. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b28ce0b..f76c7fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ "layers 0.1.0 (git+https://github.com/servo/rust-layers)", "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "x11 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "x11" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 85f2756..d731a39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ log = "*" git = "https://github.com/servo/rust-glx" [dependencies.x11] -version = "1.1.0" +version = "1.1.1" features = ["xlib"] [dependencies.cgl]