mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Use smithay-client-toolkit's dpi handling. (#724)
* Use smithay-client-toolkit's dpi handling. * Add CHANGELOG entry.
This commit is contained in:
committed by
Francesca Plebani
parent
cb0a085968
commit
fd349f1822
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user