From b1223bc0413b8129fa64336ba73ad85ac9eb2d2c Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Wed, 8 Jul 2015 21:36:21 +0100 Subject: Bump x11-dl dependency to 2.x This brings in XInput2 support. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 354482b..3c5e0c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,16 +62,16 @@ dwmapi-sys = "0.1" osmesa-sys = "0.0.5" wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] } wayland-kbd = "0.2.0" -x11-dl = "=1.0.1" +x11-dl = "~2.0" [target.x86_64-unknown-linux-gnu.dependencies] osmesa-sys = "0.0.5" wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] } wayland-kbd = "0.2.0" -x11-dl = "=1.0.1" +x11-dl = "~2.0" [target.arm-unknown-linux-gnueabihf.dependencies] osmesa-sys = "0.0.5" wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] } wayland-kbd = "0.2.0" -x11-dl = "=1.0.1" +x11-dl = "~2.0" -- cgit v1.2.3