chore: update deps

This commit is contained in:
Ashley Wulber 2026-03-13 15:07:08 -04:00 committed by Jacob Kauffmann
parent a51050128e
commit 9dda03ca3d
2 changed files with 22 additions and 25 deletions

View file

@ -158,19 +158,16 @@ path = "cosmic-greeter-config"
[workspace.dependencies.cosmic-config]
git = "https://github.com/pop-os/libcosmic"
branch = "iced-rebase"
# path = "../libcosmic/cosmic-config"
default-features = false
[workspace.dependencies.cosmic-theme]
git = "https://github.com/pop-os/libcosmic"
branch = "iced-rebase"
# path = "../libcosmic/cosmic-theme"
default-features = false
[workspace.dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
branch = "iced-rebase"
default-features = false
[patch."https://github.com/smithay/client-toolkit.git"]
@ -181,8 +178,8 @@ cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//" }
cctk = { git = "https://github.com/pop-os/cosmic-protocols//", package = "cosmic-client-toolkit" }
[patch."https://github.com/pop-os/libcosmic"]
iced_core = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
iced_futures = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
iced_core = { git = "https://github.com/pop-os/libcosmic//" }
iced_futures = { git = "https://github.com/pop-os/libcosmic//" }
libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
cosmic-config = { git = "https://github.com/pop-os/libcosmic//" }
cosmic-theme = { git = "https://github.com/pop-os/libcosmic//" }