iced/pure
Marien Zwart 323a0b9e61 Forward overlay() calls in iced_pure::element::Map
If Map does not override overlay(), calling map() on a pure Element
breaks any pick_list inside it (its overlay does not appear).

Fix it by implementing overlay() the same way iced_native::element::Map
does.
2022-03-26 18:42:26 +11:00
..
src Forward overlay() calls in iced_pure::element::Map 2022-03-26 18:42:26 +11:00
Cargo.toml Implement Slider in iced_pure 2022-02-13 17:20:10 +07:00