chore: update libcosmic

This commit is contained in:
Ashley Wulber 2024-02-02 16:16:32 -05:00 committed by Ashley Wulber
parent c71420ccf9
commit 0ab6f724fb
9 changed files with 613 additions and 575 deletions

View file

@ -44,10 +44,13 @@ tracing-log = "0.2.0"
lto = "thin"
# lto = "fat"
# [patch."https://github.com/pop-os/cosmic-time"]
[patch."https://github.com/pop-os/cosmic-time"]
cosmic-time = { git = "https://github.com/pop-os/cosmic-time//", branch = "wip-iced-update" }
# cosmic-time = { path = "../cosmic-time" }
# [patch."https://github.com/pop-os/libcosmic"]
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "refactor-config-watch" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "refactor-config-watch" }
[patch."https://github.com/pop-os/libcosmic"]
libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "update-iced-latest" }
cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "update-iced-latest" }
# 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 = "e63ab5f" }