This commit is contained in:
Ashley Wulber 2024-10-16 15:20:36 -04:00
parent 8fb1e21873
commit 757d0753ad
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
14 changed files with 146 additions and 2521 deletions

View file

@ -30,8 +30,6 @@
//! ]
//! }
//! ```
use crate::message;
use crate::program::{self, Appearance, DefaultStyle, Program};
use crate::theme;
@ -40,7 +38,9 @@ use crate::shell;
use crate::window;
use crate::{
Element, Executor, Font, Never, Preset, Result, Settings, Size,
Subscription, Theme, task::Task,
Subscription, Theme, message,
program::{self, Program},
task::Task,
};
use iced_debug as debug;