Update wayland-client and client-toolkit (#602)

This commit is contained in:
trimental 2018-07-21 00:08:55 +08:00 committed by Francesca Frangipane
parent 7ee46d80e6
commit 3910326709

View file

@ -54,8 +54,8 @@ features = [
] ]
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
wayland-client = { version = "0.20.6", features = [ "dlopen", "egl", "cursor"] } wayland-client = { version = "0.20.10", features = [ "dlopen", "egl", "cursor"] }
smithay-client-toolkit = "0.2.2" smithay-client-toolkit = "0.2.6"
x11-dl = "2.17.5" x11-dl = "2.17.5"
parking_lot = "0.6" parking_lot = "0.6"
percent-encoding = "1.0" percent-encoding = "1.0"