* feat: builds deb * feat: working iced graphics applet * fix: update deps to get fixes for iced-sctk * fix: better popup size * fix: better styling of button & popup * fix: better popup container * feat: sticky graphics mode after selection * fix: refactor & handle close requests
25 lines
1 KiB
TOML
25 lines
1 KiB
TOML
[workspace]
|
|
members = [
|
|
"applets/cosmic-applet-audio",
|
|
"applets/cosmic-applet-battery",
|
|
"applets/cosmic-applet-network",
|
|
"applets/cosmic-applet-notifications",
|
|
"applets/cosmic-applet-power",
|
|
"applets/cosmic-applet-workspaces",
|
|
"applets/cosmic-applet-status-area",
|
|
"applets/cosmic-applet-time",
|
|
"applets/cosmic-app-list",
|
|
"applets/cosmic-panel-button",
|
|
"libcosmic-applet",
|
|
]
|
|
exclude = [
|
|
"applets/cosmic-applet-graphics",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
wayland-protocols = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.13"}
|
|
wayland-protocols-wlr = { git = "https://github.com/smithay/wayland-rs", version = "0.1.0-beta.9"}
|
|
wayland-sys = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.13"}
|
|
wayland-backend = { git = "https://github.com/smithay/wayland-rs", version = "0.1.0-beta.13"}
|
|
wayland-scanner = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.13"}
|
|
wayland-client = { git = "https://github.com/smithay/wayland-rs", version = "0.30.0-beta.13"}
|