Merge pull request #510 from robertknight/x11_xinput2

Use XInput2 for event handling
This commit is contained in:
tomaka 2015-07-18 19:03:13 +02:00
commit 7d1d035d9a
6 changed files with 409 additions and 94 deletions

View file

@ -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"