wayland: we have a (blank) window ladies and gentlemen

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id2b91339a2d43cc95041dafe835c6a526a6a6964
This commit is contained in:
raf 2026-06-23 15:02:40 +03:00
commit c68d3445e7
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
4 changed files with 649 additions and 1 deletions

View file

@ -9,9 +9,13 @@ readme = true
[dependencies]
anyhow = "1.0.102"
calloop = "0.14.4"
calloop-wayland-source = "0.4.1"
pound = "0.1.6"
smithay-client-toolkit = "0.20.0"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
wayland-client = "0.31.14"
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"