wayland: bump sctk-adwaita to 0.9.0
This is a breaking change, because the system versions of the libraries used by sctk-adwaita were changed. Such changes cascade through all the deps, so all libraries using winit MUST do a breaking change.
This commit is contained in:
parent
b79acd8a5a
commit
0086d7153b
2 changed files with 4 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ memmap2 = { version = "0.9.0", optional = true }
|
|||
percent-encoding = { version = "2.0", optional = true }
|
||||
rustix = { version = "0.38.4", default-features = false, features = ["std", "system", "thread", "process"] }
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.18.0", default-features = false, features = ["calloop"], optional = true }
|
||||
sctk-adwaita = { version = "0.8.0", default_features = false, optional = true }
|
||||
sctk-adwaita = { version = "0.9.0", default_features = false, optional = true }
|
||||
wayland-backend = { version = "0.3.0", default_features = false, features = ["client_system"], optional = true }
|
||||
wayland-client = { version = "0.31.1", optional = true }
|
||||
wayland-protocols = { version = "0.31.0", features = [ "staging"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue