forked from NotAShelf/beer
wayland: render at fractional scale via viewporter, integer fallback
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I930684c15213a3e3b7de6b74dfb9da076a6a6964
This commit is contained in:
parent
206449a95d
commit
baed9bc98c
3 changed files with 219 additions and 34 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue