summaryrefslogtreecommitdiffstats
path: root/examples/ferris (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-9/+9
|
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-6/+6
|
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-1/+1
|
* Improve layout of `ferris` example :crab:Libravatar Héctor Ramón Jiménez2024-05-031-16/+16
|
* Introduce dynamic `opacity` support for `Image` and `Svg`Libravatar Héctor Ramón Jiménez2024-05-031-17/+28
|
* 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-032-15/+55
|
* Fix `Image::bounds` when rotation present in `iced_graphics`Libravatar Héctor Ramón Jiménez2024-05-031-1/+1
|
* Create `ferris` example to showcase `ContentFit` and `Rotation`Libravatar Héctor Ramón Jiménez2024-05-022-0/+171