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,5 +2,8 @@
|
|||
mod mode;
|
||||
mod settings;
|
||||
|
||||
pub mod icon;
|
||||
|
||||
pub use icon::Icon;
|
||||
pub use mode::Mode;
|
||||
pub use settings::Settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue