undo patch

This commit is contained in:
Ashley Wulber 2024-11-01 22:53:26 -04:00 committed by Ashley Wulber
parent aae148df64
commit fc3a3c40ed
2 changed files with 32 additions and 52 deletions

View file

@ -47,13 +47,13 @@ lto = "thin"
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" }
# For development and testing purposes
[patch.'https://github.com/pop-os/libcosmic']
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
libcosmic = { path = "../libcosmic" }
cosmic-config = { path = "../libcosmic/cosmic-config" }
cosmic-theme = { path = "../libcosmic/cosmic-theme" }
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
# [patch.'https://github.com/pop-os/dbus-settings-bindings']
# cosmic-dbus-networkmanager = { path = "../dbus-settings-bindings/networkmanager" }