chore(dev): activate [patch.libcosmic] + version marker +perf-bundle-v2
Includes silencing unused-var warning in network-manager subscription (ap -> _ap). Pre-yoda-fork snapshot.
This commit is contained in:
parent
a679d056b9
commit
051f4f9e2c
4 changed files with 24 additions and 8 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -62,11 +62,11 @@ debug = true
|
|||
# cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon//", branch = "input_nobuild" }
|
||||
|
||||
# For development and testing purposes
|
||||
# [patch.'https://github.com/pop-os/libcosmic']
|
||||
# libcosmic = { path = "../libcosmic" }
|
||||
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
|
||||
# iced_futures = { path = "../libcosmic/iced/futures" }
|
||||
[patch.'https://github.com/pop-os/libcosmic']
|
||||
libcosmic = { path = "/home/lionel/Devels/libcosmic" }
|
||||
cosmic-config = { path = "/home/lionel/Devels/libcosmic/cosmic-config" }
|
||||
cosmic-theme = { path = "/home/lionel/Devels/libcosmic/cosmic-theme" }
|
||||
iced_futures = { path = "/home/lionel/Devels/libcosmic/iced/futures" }
|
||||
|
||||
# [patch.'https://github.com/pop-os/dbus-settings-bindings']
|
||||
# cosmic-dbus-networkmanager = { path = "../dbus-settings-bindings/networkmanager" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue