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

View file

@ -24,6 +24,7 @@ maintenance = { status = "actively-developed" }
members = [
"core",
"native",
"style",
"web",
"wgpu",
"winit",