wayland: window creation & resizing

This commit is contained in:
Victor Berger 2016-10-08 14:51:29 +02:00
parent a505eddf29
commit 34c00aa153
3 changed files with 243 additions and 16 deletions

View file

@ -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"