wayland: window creation & resizing
This commit is contained in:
parent
a505eddf29
commit
34c00aa153
3 changed files with 243 additions and 16 deletions
|
|
@ -39,7 +39,7 @@ 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.7.1", features = ["dlopen"] }
|
||||
wayland-client = { version = "0.7.3", features = ["dlopen"] }
|
||||
wayland-kbd = "0.6"
|
||||
wayland-window = "0.4"
|
||||
wayland-window = "0.4.2"
|
||||
x11-dl = "2.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue