From 1935bddd652b5d55c24f0f25e5094f019af9f296 Mon Sep 17 00:00:00 2001 From: Daggerbot Date: Fri, 22 May 2015 17:10:47 +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 5809f01..8319063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ git = "https://github.com/servo/skia" [dependencies.x11] -version = "1.0.0" +version = "1.1.1" features = ["xlib"] [dependencies.egl]