Despite running an unofficial #bevymergetrain but yesterday, squashing a dozen random bugs, I'm still left with 7 community-approved PRs for
@bevy.org
. Take a gander at my rationale, and maybe learn a thing or two about #rust, #opensource or #gamedev :) https://gist.github.com/alice-i-cecile/12f3773b0be6edb2ba5a62415bd1d550
Bevy Merge Train 2026-03-30

Bevy Merge Train 2026-03-30. GitHub Gist: instantly share code, notes, and snippets.

Gist

With the merge train done, it's time to do another review pass on the async ECS work: https://github.com/bevyengine/bevy/pull/21744

Then, fix up my own PR from this morning: https://github.com/bevyengine/bevy/pull/23584

*Then*, maybe I'll get to write BSN docs finally. My god, so so many small tasks these last few days 😅 It's good to get through them at least.

Async ECS Access Primitive by MalekiRe · Pull Request #21744 · bevyengine/bevy

Objective Bevy is missing ergonomic async <-> ecs interactions, especially and specifically access to the ECS from async tasks. Solution This PR adds underlying infrastructure for async runti...

GitHub