summaryrefslogtreecommitdiffstats
path: root/examples/ferris/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-39/+38
| | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result.
* Add `spin` mode to `ferris` example :crab:Libravatar Héctor Ramón Jiménez2024-05-031-14/+54
|
* Create `ferris` example to showcase `ContentFit` and `Rotation`Libravatar Héctor Ramón Jiménez2024-05-021-0/+161