iced-rs / iced_aw

Additional widgets for the Iced GUI library
MIT License
467 stars 110 forks source link

no `Wrapping` in `text` #288

Open cbeust opened 2 months ago

cbeust commented 2 months ago

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"] }