aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-07-18 19:03:13 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-07-18 19:03:13 +0200
commit7d1d035d9ad5d262a67c6857596caefe957dcfda (patch)
treee1d1181d0a1d5a69730338d3d800cd30dde9d1b9 /Cargo.toml
parentc1ebb8cf310947d7771c51c4949acedb19c41ee0 (diff)
parentd960753360fdc70e94ce2633db1e03d5ddc7b657 (diff)
downloadglutin-7d1d035d9ad5d262a67c6857596caefe957dcfda.tar.gz
glutin-7d1d035d9ad5d262a67c6857596caefe957dcfda.zip
Merge pull request #510 from robertknight/x11_xinput2
Use XInput2 for event handling
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 709fe61..7642e48 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,16 +77,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"