Use smithay-client-toolkit's dpi handling. (#724)

* Use smithay-client-toolkit's dpi handling.

* Add CHANGELOG entry.
This commit is contained in:
David Craven 2018-12-10 20:55:40 +01:00 committed by Francesca Plebani
parent cb0a085968
commit fd349f1822
4 changed files with 16 additions and 114 deletions

View file

@ -63,7 +63,7 @@ features = [
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
wayland-client = { version = "0.21", features = [ "dlopen", "egl", "cursor"] }
smithay-client-toolkit = "0.4"
smithay-client-toolkit = "0.4.3"
x11-dl = "2.18.3"
parking_lot = "0.6"
percent-encoding = "1.0"