winit-wayland: bump sctk and sctk-adwaita
This commit is contained in:
parent
6de5041a94
commit
a68f1a664b
2 changed files with 9 additions and 15 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue