summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/svg.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-65/+0
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-3/+3
| | | | ... and check those in CI as well!
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+2
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-021-0/+1
|
* Implement `pure` version of `Svg` widgetLibravatar Héctor Ramón Jiménez2022-03-221-0/+62