Move Icon to iced crate and introduce Error

This commit is contained in:
Héctor Ramón Jiménez 2020-07-01 06:09:39 +02:00
parent 9a037a23e9
commit a0cc7e4e43
6 changed files with 146 additions and 40 deletions

View file

@ -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.
///