From ace4808facf085c4ccd068d33b9ab9f018e9072e Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 4 May 2015 07:32:02 +0200 Subject: Remove the "headless" feature --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 765089c..4c936a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,9 +50,9 @@ user32-sys = "0.1" kernel32-sys = "0.1" [target.i686-unknown-linux-gnu.dependencies] -osmesa-sys = "*" +osmesa-sys = "0.0.5" x11 = "*" [target.x86_64-unknown-linux-gnu.dependencies] -osmesa-sys = "*" +osmesa-sys = "0.0.5" x11 = "*" -- cgit v1.2.3