iced_aw
iced_aw copied to clipboard
no `Wrapping` in `text`
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 = "https://github.com/iced-rs/iced.git", features = [ "canvas", "tokio" ] }
iced_aw = { git = "https://github.com/iced-rs/iced_aw.git", features = ["tabs"] }