iced/lazy/src
Cory Forsstrom c885f56748
Fix shadowed variable
Layout passed into the overlay was accidentally shadowed by the
content's layout. So instead of offsetting by the proper layout, the
content layout was used instead.
2023-01-05 08:57:38 -08:00
..
cache.rs Fix latest clippy lints 2022-09-23 17:51:42 +02:00
component.rs Prefix _ instead of allow(unused) in Component trait 2023-01-02 19:32:47 +01:00
lazy.rs Add Renderer argument to operate 2022-12-22 14:29:24 +01:00
lib.rs Rename iced_lazy::Cached to Lazy 🎉 2022-11-03 02:46:31 +01:00
responsive.rs Fix shadowed variable 2023-01-05 08:57:38 -08:00