iced-yoda/lazy/src
Héctor Ramón Jiménez 9330a83775
Fix Widget::tag implementation of pure::Canvas
Using `P::State` can cause a panic if the `Canvas` has `()` as
`P::State` and replaces a stateless widget in a future `view` call.
2022-07-01 03:37:28 +02:00
..
pure Fix Widget::tag implementation of pure::Canvas 2022-07-01 03:37:28 +02:00
cache.rs Implement Widget::overlay for Responsive widget 2022-01-12 11:15:05 +07:00
component.rs remove rebuild of component overlay from on_event 2022-05-13 12:38:16 -07:00
lib.rs Indicate feature-flagged modules in documentation 2022-05-02 21:01:25 +02:00
pure.rs Implement pure::Responsive in iced_lazy 2022-03-07 18:04:13 +07:00
responsive.rs Remove hash_layout method from Widget trait 2022-02-23 21:31:54 +07:00