wip: example applet
This commit is contained in:
parent
45ccc8c3d2
commit
b1c3a52589
18 changed files with 525 additions and 103 deletions
|
|
@ -1,4 +1,7 @@
|
|||
use cosmic::{iced::{Application, sctk_settings::InitialSurface}, settings};
|
||||
use cosmic::{
|
||||
iced::{sctk_settings::InitialSurface, Application},
|
||||
settings,
|
||||
};
|
||||
|
||||
mod window;
|
||||
pub use window::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue