on Wayland, Add HiDPI cursor support (#1454)

Fixes #727.
This commit is contained in:
Kirill Chibisov 2020-02-13 05:48:58 +03:00 committed by GitHub
parent 5f52d7c9d0
commit 83b60beba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

View file

@ -77,7 +77,7 @@ features = [
wayland-client = { version = "0.23.0", features = [ "dlopen", "egl", "cursor", "eventloop"] }
mio = "0.6"
mio-extras = "2.0"
smithay-client-toolkit = "0.6"
smithay-client-toolkit = "^0.6.6"
x11-dl = "2.18.3"
percent-encoding = "2.0"