Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective - Fixes #18200 ## Solution - Ensure `bevy_utils` is included with `bevy_transform/std` ## Testing - `cargo build --no-default-features --features std` ## Notes Compilation failure was caused by `bevy_transform`'s new parallel propagation system requiring `bevy_utils/std` when `bevy_transform/std` was active, but it was left optional. Additionally, `bevy_transform/async_executor` wasn't being enabled by `bevy/async_executor`.
- Loading branch information