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

update bevy to 0.14 and iced to a temp fork #32

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tzemanovic
Copy link
Contributor

@tzemanovic tzemanovic commented Aug 28, 2024

hi,

related to #31

I was impatiently waiting for iced-rs/iced#2417 to update to bevy 0.14, which has been closed to move forward to a newer wgpu version, so not sure if we'll have a compatible iced release for this bevy version :(

I tried to use iced-rs/iced@ee7068c but I ran into some issue with wgpu buffer causing crash on second draw, because the buffer was still being mapped. To workaround this, I instead backported wgpu update on top of iced 0.12.1, which seems to work well.

Note that there are still some deprecation warnings from bevy_window related to keyboard input changes, but the examples work

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

Successfully merging this pull request may close these issues.

1 participant