Skip to content

Update to Bevy 0.19#14

Open
stevesloan wants to merge 2 commits into
Schmarni-Dev:mainfrom
stevesloan:upgrade-bevy-0.19
Open

Update to Bevy 0.19#14
stevesloan wants to merge 2 commits into
Schmarni-Dev:mainfrom
stevesloan:upgrade-bevy-0.19

Conversation

@stevesloan

Copy link
Copy Markdown

Summary

Upgrades the workspace to Bevy 0.19 and bumps the crate version accordingly.

  • Bump bevy 0.18 → 0.19, bevy_mod_xr/bevy_mod_openxr 0.5 → 0.6, and bevy_egui 0.39 → 0.41.
  • Add the new IterQueryData bound required to iterate a generic QueryData param in ProviderParam.
  • Derive Debug on BindingIdHash for egui's AsId/AsIdSalt.
  • Replace deprecated SystemCondition::and with and_then.
  • Bump workspace version 0.5.0 → 0.6.0.

Testing

Ran cargo test --workspace --all-features locally — all passing.

🤖 Generated with Claude Code

stevesloan and others added 2 commits July 6, 2026 16:05
Bump bevy 0.18 -> 0.19, bevy_mod_xr/bevy_mod_openxr 0.5 -> 0.6, and
bevy_egui 0.39 -> 0.41.

- Add the new IterQueryData bound required to iterate a generic
  QueryData param in ProviderParam.
- Derive Debug on BindingIdHash for egui's AsId/AsIdSalt.
- Replace deprecated SystemCondition::and with and_then.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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