wip: example applet

This commit is contained in:
Ashley Wulber 2022-11-11 05:06:54 +01:00
parent 45ccc8c3d2
commit b1c3a52589
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
18 changed files with 525 additions and 103 deletions

View file

@ -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::*;