mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Bump x11-dl dependency to 2.x
This brings in XInput2 support.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user