Merge pull request #510 from robertknight/x11_xinput2
Use XInput2 for event handling
This commit is contained in:
commit
7d1d035d9a
6 changed files with 409 additions and 94 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue