summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/container.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-11/+0
| | | | Instead, we can define the type aliases just once in the root crate!
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+2
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-1/+1
|
* Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez2020-01-011-35/+8
|
* Draft basic styling for `Container`Libravatar Héctor Ramón Jiménez2019-12-311-0/+37