iced_aw icon indicating copy to clipboard operation
iced_aw copied to clipboard

no `Wrapping` in `text`

Open cbeust opened this issue 1 year ago • 0 comments

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

cbeust avatar Sep 17 '24 09:09 cbeust