Apply suggestions

This commit is contained in:
Eduardo Flores 2023-10-04 11:20:29 -07:00 committed by Ashley Wulber
parent 76e26dca88
commit 486eff3eb3
7 changed files with 57 additions and 101 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 = "e39748e" }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "5c03417" }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
"client",
], rev = "e39748e" }
], rev = "5c03417" }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
"libcosmic",
"once_cell",
@ -43,3 +43,5 @@ lto = "thin"
# libcosmic = { path = "../libcosmic" }
# [patch."https://github.com/pop-os/cosmic-config"]
# 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" }