winit-wayland: bump sctk and sctk-adwaita

This commit is contained in:
Kirill Chibisov 2025-09-06 22:25:24 +09:00 committed by GitHub
parent 6de5041a94
commit a68f1a664b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 15 deletions

View file

@ -69,19 +69,11 @@ windows-sys = "0.59.0"
# Linux dependencies. # Linux dependencies.
ahash = { version = "0.8.7", features = ["no-rng"] } ahash = { version = "0.8.7", features = ["no-rng"] }
bytemuck = { version = "1.13.1", default-features = false } bytemuck = { version = "1.13.1", default-features = false }
calloop = "0.13.0" calloop = "0.14.3"
libc = "0.2.64" libc = "0.2.64"
memmap2 = "0.9.0" memmap2 = "0.9.0"
percent-encoding = "2.0" percent-encoding = "2.0"
rustix = { version = "1.0.7", default-features = false } rustix = { version = "1.0.7", default-features = false }
sctk = { package = "smithay-client-toolkit", version = "0.19.2", default-features = false, features = [
"calloop",
] }
sctk-adwaita = { version = "0.10.1", default-features = false }
wayland-backend = { version = "0.3.10", default-features = false, features = ["client_system"] }
wayland-client = "0.31.10"
wayland-protocols = { version = "0.32.8", features = ["staging"] }
wayland-protocols-plasma = { version = "0.3.8", features = ["client"] }
x11-dl = "2.19.1" x11-dl = "2.19.1"
x11rb = { version = "0.13.0", default-features = false } x11rb = { version = "0.13.0", default-features = false }
xkbcommon-dl = "0.4.2" xkbcommon-dl = "0.4.2"

View file

@ -33,12 +33,14 @@ calloop.workspace = true
libc.workspace = true libc.workspace = true
memmap2.workspace = true memmap2.workspace = true
rustix = { workspace = true, features = ["std", "system", "thread", "process", "event", "pipe"] } rustix = { workspace = true, features = ["std", "system", "thread", "process", "event", "pipe"] }
sctk.workspace = true sctk = { package = "smithay-client-toolkit", version = "0.20.0", default-features = false, features = [
sctk-adwaita = { workspace = true, optional = true } "calloop",
wayland-backend.workspace = true ] }
wayland-client.workspace = true sctk-adwaita = { version = "0.11.0", default-features = false, optional = true }
wayland-protocols.workspace = true wayland-backend = { version = "0.3.10", default-features = false, features = ["client_system"] }
wayland-protocols-plasma.workspace = true wayland-client = "0.31.10"
wayland-protocols = { version = "0.32.8", features = ["staging"] }
wayland-protocols-plasma = { version = "0.3.8", features = ["client"] }
winit-common = { workspace = true, features = ["xkb", "wayland"] } winit-common = { workspace = true, features = ["xkb", "wayland"] }
[package.metadata.docs.rs] [package.metadata.docs.rs]