iced_aw
iced_aw copied to clipboard
Port iced_aw to iced 0.13
It would be helpful to have a branch of iced_aw that's ported to iced 0.13.
Look at Beta branch. When Beta Exists, it means we are porting to a new version of Master that is not released yet.
ok this will be released once I am finished testing the widgets against iced 0.13's release.
Not sure if I should file a separate issue for this but it's a simple question: Tabs doesn't seem to be convertible into an Element any more, am I missing something?
you are using an older version not compatible with iced 0.13 you need to set to the correct version and then run cargo clean and cargo update. This normally fixes that issue.