Skip to content

Commit a329804

Browse files
committed
chore: dropdown popups
1 parent 0ae6f0b commit a329804

File tree

14 files changed

+365
-181
lines changed

14 files changed

+365
-181
lines changed

Cargo.lock

+41-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ cosmic-client-toolkit = { git = "https://github.com/pop-os/cosmic-protocols//",
5757

5858
# For development and testing purposes
5959
[patch.'https://github.com/pop-os/libcosmic']
60-
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
61-
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
62-
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
63-
libcosmic = { path = "../libcosmic" }
64-
cosmic-config = { path = "../libcosmic/cosmic-config" }
65-
cosmic-theme = { path = "../libcosmic/cosmic-theme" }
60+
libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" }
61+
cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" }
62+
cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" }
63+
# libcosmic = { path = "../libcosmic" }
64+
# cosmic-config = { path = "../libcosmic/cosmic-config" }
65+
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
6666

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

0 commit comments

Comments
 (0)