wayland: Update to wayland 0.8.6

This commit is contained in:
Victor Berger 2017-03-13 19:18:49 +01:00
parent 2e82cac69a
commit 50f38e2f76
2 changed files with 7 additions and 8 deletions

View file

@ -37,7 +37,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.4", features = ["dlopen"] }
wayland-kbd = "0.7.0"
wayland-window = "0.4.2"
wayland-client = { version = "0.8.6", features = ["dlopen"] }
wayland-kbd = "0.8.0"
wayland-window = "0.5.0"
x11-dl = "2.8"