Skip to content

Commit aae148d

Browse files
committed
fix: color picker
1 parent 1438f69 commit aae148d

File tree

2 files changed

+51
-31
lines changed

2 files changed

+51
-31
lines changed

Cargo.lock

Lines changed: 47 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ lto = "thin"
4747
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" }
4848

4949
# For development and testing purposes
50-
# [patch.'https://github.com/pop-os/libcosmic']
50+
[patch.'https://github.com/pop-os/libcosmic']
5151
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
5252
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
5353
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
54-
# libcosmic = { path = "../libcosmic" }
55-
# cosmic-config = { path = "../libcosmic/cosmic-config" }
56-
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
54+
libcosmic = { path = "../libcosmic" }
55+
cosmic-config = { path = "../libcosmic/cosmic-config" }
56+
cosmic-theme = { path = "../libcosmic/cosmic-theme" }
5757

5858
# [patch.'https://github.com/pop-os/dbus-settings-bindings']
5959
# cosmic-dbus-networkmanager = { path = "../dbus-settings-bindings/networkmanager" }

0 commit comments

Comments
 (0)