This commit is contained in:
Ashley Wulber 2024-10-17 09:58:45 -04:00 committed by Ashley Wulber
parent 478f3ead75
commit 7b9cad4d2c
5 changed files with 22 additions and 20 deletions

View file

@ -3,7 +3,7 @@
//! Application API example
use cosmic::app::{Task, Core, Settings};
use cosmic::app::{Core, Settings, Task};
use cosmic::{executor, iced, ApplicationExt, Element};
/// Runs application with these settings