wayland: upgrade wayland-window (#339)
* wayland: upgrade wayland-window This new version of wayland window considerably simplifies the window handling for winit, meaning much of the previous juggling is no longer needed, and the windows will appear even if nothing is drawn. * wayland: cleanup unused stuff
This commit is contained in:
parent
37a10e6741
commit
61d25be3e0
13 changed files with 67 additions and 158 deletions
|
|
@ -37,6 +37,5 @@ dwmapi-sys = "0.1"
|
|||
wayland-client = { version = "0.12.0", features = ["dlopen"] }
|
||||
wayland-protocols = { version = "0.12.0", features = ["unstable_protocols"] }
|
||||
wayland-kbd = "0.13.0"
|
||||
wayland-window = "0.12.0"
|
||||
tempfile = "2.1"
|
||||
wayland-window = "0.13.0"
|
||||
x11-dl = "2.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue