Cedric Beust

Results 31 issues of Cedric Beust

Getting the following compilation error ``` error[E0432]: unresolved import `iced::widget::text::Wrapping` --> .cargo\git\checkouts\iced_aw-d8617147b960a6c7\ddecc0b\src\widget\overlay\color_picker.rs:30:22 | 30 | text::{self, Wrapping}, | ^^^^^^^^ no `Wrapping` in `text` ``` with ``` iced = { git...