feat: add cosmic-panel-button to multicall binary
This commit is contained in:
parent
7e61e8b829
commit
b449d0668b
8 changed files with 185 additions and 174 deletions
|
|
@ -18,6 +18,7 @@ cosmic-applet-tiling = { path = "../cosmic-applet-tiling" }
|
|||
cosmic-applet-time = { path = "../cosmic-applet-time" }
|
||||
cosmic-applet-workspaces = { path = "../cosmic-applet-workspaces" }
|
||||
cosmic-applet-input-sources = { path = "../cosmic-applet-input-sources"}
|
||||
cosmic-panel-button = { path = "../cosmic-panel-button"}
|
||||
libcosmic.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ fn main() -> cosmic::iced::Result {
|
|||
"cosmic-applet-time" => cosmic_applet_time::run(),
|
||||
"cosmic-applet-workspaces" => cosmic_applet_workspaces::run(),
|
||||
"cosmic-applet-input-sources" => cosmic_applet_input_sources::run(),
|
||||
"cosmic-panel-button" => cosmic_panel_button::run(),
|
||||
_ => return Ok(()),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue