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,5 +2,8 @@
mod mode;
mod settings;
pub mod icon;
pub use icon::Icon;
pub use mode::Mode;
pub use settings::Settings;