Update wayland-client to version 0.20.4 (#505)

Fixes #504
This commit is contained in:
Johannes Hofmann 2018-05-09 01:00:54 +02:00 committed by Francesca Frangipane
parent 363261077f
commit 374f131f1e

View file

@ -48,7 +48,7 @@ features = [
]
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
wayland-client = { version = "0.20.2", features = [ "dlopen", "egl", "cursor"] }
wayland-client = { version = "0.20.4", features = [ "dlopen", "egl", "cursor"] }
smithay-client-toolkit = "0.2.1"
x11-dl = "2.17.5"
parking_lot = "0.5"