Skip to content

update to bevy 0.16-rc #144

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

Merged
merged 2 commits into from
Apr 27, 2025
Merged

update to bevy 0.16-rc #144

merged 2 commits into from
Apr 27, 2025

Conversation

slyedoc
Copy link
Contributor

@slyedoc slyedoc commented Mar 29, 2025

Easy upgrade, currently pointing at my branches for bevy_egui and bevy_inspector_egui.

Two Notes:

  • Had to add bevy/bevy_picking to examples requirements, while bevy_egui doesn't use picking directly, get a runtime error without it
    Encountered an error in system `bevy_egui::capture_pointer_input_system`: SystemParamValidationError { skipped: false }

  • 0.16 added "std" and "libm" that switches out the math lib and transforms, we need those, should all bevy addons add features to reflect this?

@mholiv
Copy link

mholiv commented Apr 25, 2025

@slyedoc Supper excited to see this, given that 0.16 is officially out. Thank you and @djeedai for your work here. I am a new to gamedev developer and bevy_tweening really is nice for adding emotional impact to my projects.

@djeedai
Copy link
Owner

djeedai commented Apr 25, 2025

@slyedoc do you have time to finish this or should I take over? Thanks

@slyedoc
Copy link
Contributor Author

slyedoc commented Apr 26, 2025

updated with release version, only changes I am aware of still needed are readme links to bevy 0.15 and version bump.

@djeedai
Copy link
Owner

djeedai commented Apr 27, 2025

I meant actually upgrade to the release version of Bevy 0.16, not some RC :)

Copy link
Owner

@djeedai djeedai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging as is, will clean-up for release later. Thanks for the upgrade!

@djeedai djeedai merged commit 8b3cad1 into djeedai:main Apr 27, 2025
0 of 7 checks passed
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.

3 participants