cosmic-settings/Cargo.toml
Ashley Wulber 8a61256bb1 chore: update libcosmic & cleanup
this should fix the add applet issue
2024-02-14 01:19:20 +01:00

31 lines
856 B
TOML

[workspace]
members = ["app", "page", "pages/*"]
default-members = ["app"]
resolver = "2"
[workspace.dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
features = ["single-instance", "tokio", "wayland", "xdg-portal", "wgpu"]
[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-comp-config]
git = "https://github.com/pop-os/cosmic-comp"
[workspace.dependencies.cosmic-panel-config]
git = "https://github.com/pop-os/cosmic-panel"
[workspace.dependencies.cosmic-randr-shell]
git = "https://github.com/pop-os/cosmic-randr"
[workspace.dependencies.sctk]
git = "https://github.com/smithay/client-toolkit/"
package = "smithay-client-toolkit"
rev = "2e9bf9f"
[profile.release]
opt-level = 3