Skip to content

Commit 1ff8aec

Browse files
committed
feat(Workspace): add missing settings and update design
1 parent 47c6329 commit 1ff8aec

25 files changed

+678
-65
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ features = ["dbus"]
3030
git = "https://github.com/pop-os/cosmic-bg"
3131

3232
[workspace.dependencies.cosmic-comp-config]
33-
git = "https://github.com/pop-os/cosmic-comp"
33+
# git = "https://github.com/pop-os/cosmic-comp"
34+
path = "../cosmic-comp/cosmic-comp-config"
3435

3536
[workspace.dependencies.cosmic-panel-config]
3637
git = "https://github.com/pop-os/cosmic-panel"
@@ -54,7 +55,7 @@ lto = "thin"
5455
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" }
5556

5657
# For development and testing purposes
57-
# [patch.'https://github.com/pop-os/libcosmic']
58-
# libcosmic = { path = "../libcosmic" }
59-
# cosmic-config = { path = "../libcosmic/cosmic-config" }
60-
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
58+
[patch.'https://github.com/pop-os/libcosmic']
59+
libcosmic = { path = "../libcosmic" }
60+
cosmic-config = { path = "../libcosmic/cosmic-config" }
61+
cosmic-theme = { path = "../libcosmic/cosmic-theme" }

0 commit comments

Comments
 (0)