summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/canvas/path.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-109/+0
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-1/+1
|
* Update `lyon` to `1.0` :tada:Libravatar Héctor Ramón Jiménez2022-07-111-6/+5
| | | | Congrats and thanks to @nical!
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-07-091-3/+2
|
* Address Clippy lintsLibravatar Poly2022-07-091-3/+2
|
* Access `lyon_algorithms` indirectly through `lyon`Libravatar Héctor Ramón Jiménez2022-02-031-2/+2
|
* Ask for a slice of segments instead of ownership in `LineDash`Libravatar Héctor Ramón Jiménez2022-02-031-9/+8
|
* Remove vec allocationLibravatar Cory Forsstrom2022-01-271-35/+36
|
* Add line dash APILibravatar Cory Forsstrom2022-01-271-0/+44
|
* Update `lyon` to `0.17` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-261-1/+1
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-11/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+79