summaryrefslogtreecommitdiffstats
path: root/examples/sierpinski_triangle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-2/+0
|
* Fix `clippy::manual_let_else`Libravatar Héctor Ramón Jiménez2023-09-201-4/+1
|
* Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-3/+1
| | | | RIP Gfycat
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-2/+4
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-081-6/+6
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-2/+3
|
* Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-031-1/+1
| | | | Rename `canvas` modules to `geometry` in graphics subcrates
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-4/+5
|
* Implement sierpinski-triangle exampleLibravatar xkenmon2022-09-233-0/+219