chore: Update sctk/cctk

This commit is contained in:
Victoria Brekenfeld 2023-11-06 16:45:56 +01:00 committed by Ashley Wulber
parent ff214197c7
commit e69396dac0
2 changed files with 66 additions and 10 deletions

View file

@ -19,10 +19,10 @@ members = [
resolver = "2"
[workspace.dependencies]
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "5c03417" }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "5faec87" }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
"client",
], rev = "5c03417" }
], rev = "5faec87" }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
"libcosmic",
"once_cell",
@ -45,7 +45,7 @@ lto = "thin"
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
[patch."https://github.com/Smithay/client-toolkit"]
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "dc8c4a0" }
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "e63ab5f" }
[patch."https://github.com/pop-os/dbus-settings-bindings"]
zbus ="3.14"