iced/lazy
Héctor Ramón Jiménez 0e475b008f
Invalidate widget tree in Responsive after a window::Event::Resized
This is a pessimistic approach! Ideally, we should be able to recreate
only the contents of the `Responsive` widget in `Widget::layout`, but
given `view` is impure we have to trigger a brand new `view` call.

The persistent widget tree should make this easier.
2022-01-20 13:43:45 +07:00
..
src Invalidate widget tree in Responsive after a window::Event::Resized 2022-01-20 13:43:45 +07:00
Cargo.toml Create iced_lazy and draft Component trait 2021-11-29 15:04:12 +07:00