refactor: compile applets as multicall binary
This commit is contained in:
parent
4099624499
commit
3c4acdacd7
48 changed files with 2393 additions and 2256 deletions
11
cosmic-applet-time/src/lib.rs
Normal file
11
cosmic-applet-time/src/lib.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
mod localize;
|
||||
mod time;
|
||||
mod window;
|
||||
|
||||
use window::Window;
|
||||
|
||||
pub fn run() -> cosmic::iced::Result {
|
||||
localize::localize();
|
||||
|
||||
cosmic::applet::run::<Window>(true, ())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue