mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 23:00:05 -04:00
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:
committed by
Kirill Chibisov
parent
0e7ed677f1
commit
a9e7bef8ff
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user