linux: update wayland dependencies
This commit is contained in:
parent
66a12d5332
commit
e915454a9d
3 changed files with 8 additions and 8 deletions
|
|
@ -37,8 +37,8 @@ kernel32-sys = "0.2"
|
|||
dwmapi-sys = "0.1"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
|
||||
wayland-client = { version = "0.8.6", features = ["dlopen"] }
|
||||
wayland-kbd = "0.8.0"
|
||||
wayland-window = "0.5.0"
|
||||
wayland-client = { version = "0.9.9", features = ["dlopen"] }
|
||||
wayland-kbd = "0.9.1"
|
||||
wayland-window = "0.6.1"
|
||||
tempfile = "2.1"
|
||||
x11-dl = "2.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue