Update wayland-window to support xdg_shell
This commit is contained in:
parent
28eddb64a9
commit
8d5b23d56c
5 changed files with 147 additions and 68 deletions
|
|
@ -37,7 +37,8 @@ dwmapi-sys = "0.1"
|
|||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
|
||||
wayland-client = { version = "0.9.9", features = ["dlopen"] }
|
||||
wayland-protocols = { version = "0.9.9", features = ["unstable_protocols"] }
|
||||
wayland-kbd = "0.9.1"
|
||||
wayland-window = "0.6.1"
|
||||
wayland-window = "0.7.0"
|
||||
tempfile = "2.1"
|
||||
x11-dl = "2.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue