summaryrefslogtreecommitdiffstats
path: root/graphics/src/geometry/path (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-211-3/+7
|
* Add `rounded_rectangle` to `geometry::Path`Libravatar Gints Polis2024-09-131-1/+67
|
* Use `Radians` in arc and ellipse typesLibravatar kxie2024-01-312-17/+19
|
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* 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-042-2/+3
|
* Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-032-0/+234
Rename `canvas` modules to `geometry` in graphics subcrates