refactor: libcosmic rebase with Application API
This commit is contained in:
parent
d243e45094
commit
454894d82f
18 changed files with 1081 additions and 1198 deletions
|
|
@ -7,7 +7,6 @@ git = "https://github.com/pop-os/libcosmic"
|
|||
|
||||
[workspace.dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
default-features = false
|
||||
features = ["debug", "wayland", "tokio"]
|
||||
|
||||
[workspace.dependencies.cosmic-config]
|
||||
|
|
@ -24,10 +23,10 @@ git = "https://github.com/pop-os/cosmic-comp"
|
|||
git = "https://github.com/pop-os/cosmic-panel"
|
||||
|
||||
[patch."https://github.com/pop-os/libcosmic"]
|
||||
# libcosmic = { path = "../libcosmic" }
|
||||
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" }
|
||||
# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" }
|
||||
# libcosmic = { path = "../../libcosmic" }
|
||||
# cosmic-config = { path = "../../libcosmic/cosmic-config" }
|
||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "improv" }
|
||||
# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "improv" }
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue