mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 06:11:30 +11:00
Set minimum x11-dl version to include Z (#484)
Without this pin, an existing cargo.lock for an older winit will not update the x11-dl dependency, and thus will select a version that is missing required new XIM features.
This commit is contained in:
parent
4641433c6a
commit
7510b95d8c
|
@ -48,5 +48,5 @@ wayland-client = { version = "0.12.0", features = ["dlopen"] }
|
||||||
wayland-protocols = { version = "0.12.0", features = ["unstable_protocols"] }
|
wayland-protocols = { version = "0.12.0", features = ["unstable_protocols"] }
|
||||||
wayland-kbd = "0.13.0"
|
wayland-kbd = "0.13.0"
|
||||||
wayland-window = "0.13.0"
|
wayland-window = "0.13.0"
|
||||||
x11-dl = "2.17"
|
x11-dl = "2.17.5"
|
||||||
percent-encoding = "1.0"
|
percent-encoding = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue