wayland: Update sctk to 0.21

This uses `Dispatch2`, which will be how `Dispatch` is defined in the
upcoming wayland-rs release.
This commit is contained in:
Ian Douglas Scott
2026-05-13 18:45:47 -07:00
committed by Kirill Chibisov
parent 0e7ed677f1
commit a9e7bef8ff
11 changed files with 94 additions and 179 deletions

View File

@@ -35,10 +35,10 @@ foldhash.workspace = true
libc.workspace = true
memmap2.workspace = true
rustix = { workspace = true, features = ["std", "system", "thread", "process", "event", "pipe"] }
sctk = { package = "smithay-client-toolkit", version = "0.20.0", default-features = false, features = [
sctk = { package = "smithay-client-toolkit", version = "0.21.0", default-features = false, features = [
"calloop",
] }
sctk-adwaita = { version = "0.11.0", default-features = false, optional = true }
sctk-adwaita = { version = "0.12.0", default-features = false, optional = true }
wayland-backend = { version = "0.3.10", default-features = false, features = ["client_system"] }
wayland-client = "0.31.10"
wayland-protocols = { version = "0.32.12", features = ["staging", "unstable"] }