Move Icon to iced crate and introduce Error
This commit is contained in:
parent
9a037a23e9
commit
a0cc7e4e43
6 changed files with 146 additions and 40 deletions
|
|
@ -2,7 +2,7 @@
|
|||
use crate::window;
|
||||
|
||||
/// The settings of an application.
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Settings<Flags> {
|
||||
/// The window settings.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue