summaryrefslogtreecommitdiffstats
path: root/lazy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix `Widget::height` for `Component`Libravatar Nick Senger2021-12-081-1/+1
|
* Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-291-9/+11
| | | | Widgets now can invalidate the current layout of the application on demand.
* Hide `Box` allocation in `component::view`Libravatar Héctor Ramón Jiménez2021-11-291-4/+4
| | | | ... we may be able to avoid it with generics in the future.
* Draft `component` example :tada:Libravatar Héctor Ramón Jiménez2021-11-291-5/+8
|
* Create `iced_lazy` and draft `Component` traitLibravatar Héctor Ramón Jiménez2021-11-293-0/+195