Update dependencies

Update `sctk` to version used in `cosmic-protocols`, and then `cargo
update`.
This commit is contained in:
Ian Douglas Scott 2023-01-03 13:39:03 -08:00
parent 435ee7f7a6
commit 442e59073f
7 changed files with 64 additions and 68 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet"] }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", rev = "73346019952f82ec7e4d4d15f5d66841b54e8b61" }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", rev = "3776d4a" }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = ["client"] }
wayland-backend = {version = "0.1.0-beta.14", features = ["client_system"]}
wayland-client = {version = "0.30.0-beta.14"}