aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobert Knight <robert.knight@mendeley.com>2015-07-08 21:36:21 +0100
committerRobert Knight <robert.knight@mendeley.com>2015-07-08 21:42:45 +0100
commitb1223bc0413b8129fa64336ba73ad85ac9eb2d2c (patch)
treecc7d7bac8b48012764ec9f9f9346a591f653f2eb /Cargo.toml
parent573a7aeaf1e38f53e830b914da4f71f904ca8c9e (diff)
downloadglutin-b1223bc0413b8129fa64336ba73ad85ac9eb2d2c.tar.gz
glutin-b1223bc0413b8129fa64336ba73ad85ac9eb2d2c.zip
Bump x11-dl dependency to 2.x
This brings in XInput2 support.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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"