Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatible with iced 0.12.0? #203

Closed
andrewdavidmackenzie opened this issue Feb 16, 2024 · 4 comments
Closed

Compatible with iced 0.12.0? #203

andrewdavidmackenzie opened this issue Feb 16, 2024 · 4 comments

Comments

@andrewdavidmackenzie
Copy link

In a dependabot update to iced 0.12.0 I'm getting errors in iced_aw code, specifically TabSet view(), as it looks like the Tab view() signature may have changed?

^^^^^^^^^^^^^^^^^^^^^^ the trait `From<iced_core::element::Element<'_, Message, Theme, iced::Renderer>>` is not implemented for `Element<'_, Message, _>`, which is required by `iced_core::element::Element<'_, Message, Theme, iced::Renderer>: Into<Element<'_, Message, _>>`

Can you confirm that is the source of the problem and that iced_aw 0.7.0 is not compatible with iced 0.12.0 and I'll need to wait and udpate both at once?

thanks in advance.

@DraftedDev
Copy link

I experienced the same and #196 seems to address this issue. I've also seen some commits regarding this, so I guess this is gone be fixed soon.

@andrewdavidmackenzie
Copy link
Author

Still open I see. I'll watch it for merging/closure.

@genusistimelord
Copy link
Collaborator

0.7.0 is not compatible with 0.12.0. We are trying to work out some new bugs that occurred during the upgrade to 0.12 before we can release the next iced_aw. Feel free to use the master just it may be unstable for certain widgets atm

@justDeeevin
Copy link

Closed as of #209?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants