From 813c751d420ac205969736cc4c4ef18833df0d8a Mon Sep 17 00:00:00 2001 From: Daggerbot Date: Fri, 22 May 2015 17:16:07 +0000 Subject: [PATCH] Using x11 version 1.1.1 to prevent breaking on platforms without X11. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]