summaryrefslogtreecommitdiffstats
path: root/graphics/src/geometry/path/arc.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `Radians` in arc and ellipse typesLibravatar kxie2024-01-311-11/+11
|
* Update arc.rs with improved documentationLibravatar Kxie2023-08-151-6/+6
| | | added units and improved description to field comments of Arc and Ellipse structs.
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-1/+1
|
* Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-031-0/+42
Rename `canvas` modules to `geometry` in graphics subcrates