wayland: render at fractional scale via viewporter, integer fallback

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I930684c15213a3e3b7de6b74dfb9da076a6a6964
This commit is contained in:
raf 2026-06-25 11:41:30 +03:00
commit baed9bc98c
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
3 changed files with 219 additions and 34 deletions

View file

@ -31,6 +31,11 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
unicode-width = "0.2.2"
vte = "0.15.0"
wayland-client = "0.31.14"
wayland-protocols = { version = "0.32.13", features = [
"client",
"staging",
"unstable",
] }
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"