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 to Bevy 0.14 #71

Merged
merged 3 commits into from
Jul 5, 2024
Merged

Update to Bevy 0.14 #71

merged 3 commits into from
Jul 5, 2024

Conversation

Frizi
Copy link
Contributor

@Frizi Frizi commented Jul 5, 2024

The examples depend on new version of bevy_spectator to be released first. PR with update submitted at JonahPlusPlus/bevy_spectator#13.

Most changes were related either to world()/world_mut() API change, or a rename of Image to GpuImage. The shader uniform now uses LinearRgba types for colors, and all relevant usages of Color::srgb are now into() converted into it.

src/plugin.rs Show resolved Hide resolved
@Shatur
Copy link
Collaborator

Shatur commented Jul 5, 2024

@Frizi Looks like tests should also be updated.

@Frizi
Copy link
Contributor Author

Frizi commented Jul 5, 2024

Missed one doc test, should be fixed now.

@Shatur Shatur merged commit fd3d2dc into JonahPlusPlus:master Jul 5, 2024
4 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.

2 participants