Move styling to a brand new iced_style crate

This commit is contained in:
Héctor Ramón Jiménez 2020-01-01 14:16:10 +01:00
parent 9ab7c47dc7
commit e1062a02d1
10 changed files with 154 additions and 121 deletions

2
style/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod button;
pub mod container;