diff options
author | Robert Knight <robert.knight@mendeley.com> | 2015-07-08 21:36:21 +0100 |
---|---|---|
committer | Robert Knight <robert.knight@mendeley.com> | 2015-07-08 21:42:45 +0100 |
commit | b1223bc0413b8129fa64336ba73ad85ac9eb2d2c (patch) | |
tree | cc7d7bac8b48012764ec9f9f9346a591f653f2eb | |
parent | 573a7aeaf1e38f53e830b914da4f71f904ca8c9e (diff) | |
download | glutin-b1223bc0413b8129fa64336ba73ad85ac9eb2d2c.tar.gz glutin-b1223bc0413b8129fa64336ba73ad85ac9eb2d2c.zip |
Bump x11-dl dependency to 2.x
This brings in XInput2 support.
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |