Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -3/+7 | ||
2024-09-13 | Add `rounded_rectangle` to `geometry::Path` | 1 | -1/+67 | ||
2024-01-31 | Use `Radians` in arc and ellipse types | 2 | -17/+19 | ||
2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | 1 | -1/+1 | ||
2023-08-15 | Update arc.rs with improved documentation | 1 | -6/+6 | ||
added units and improved description to field comments of Arc and Ellipse structs. | |||||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 2 | -2/+3 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 2 | -0/+234 | ||
Rename `canvas` modules to `geometry` in graphics subcrates |