wayland: implement set_resizable (#565)

This commit is contained in:
Victor Berger 2018-06-13 17:18:44 +02:00 committed by Francesca Frangipane
parent 233ac4aed2
commit ced1616e51
4 changed files with 11 additions and 4 deletions

View file

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