26 lines
No EOL
903 B
TOML
26 lines
No EOL
903 B
TOML
[workspace]
|
|
members = ["app", "page", "pages/*"]
|
|
default-members = ["app"]
|
|
|
|
[workspace.dependencies.iced_core]
|
|
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]
|
|
git = "https://github.com/pop-os/libcosmic"
|
|
|
|
[workspace.dependencies.cosmic-bg-config]
|
|
git = "https://github.com/pop-os/cosmic-bg"
|
|
|
|
[workspace.dependencies.cosmic-panel-config]
|
|
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" } |