chore: remove libcosmic patches

This commit is contained in:
Ashley Wulber 2025-11-11 15:54:01 -05:00 committed by Ashley Wulber
parent 836c0e378b
commit ac940aab2e
2 changed files with 21 additions and 21 deletions

View file

@ -72,10 +72,10 @@ lto = "thin"
[workspace.metadata.cargo-machete]
ignored = ["libcosmic"]
[patch."https://github.com/pop-os/libcosmic"]
cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "shrinkable-applets" }
libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "shrinkable-applets" }
iced_futures = { git = "https://github.com/pop-os/libcosmic//", branch = "shrinkable-applets" }
# [patch."https://github.com/pop-os/libcosmic"]
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "" }
# iced_futures = { git = "https://github.com/pop-os/libcosmic//", branch = "" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# libcosmic = { path = "../libcosmic" }
# iced_futures = { path = "../libcosmic/iced/futures" }