bevy/crates/bevy_asset
Mike 8a08825348
Move AssetEvents to Last (#12389)
# Objective

- Fixes https://github.com/bevyengine/bevy/issues/12380

## Solution

- Before #11986 AssetEvents were scheduled after PostUpdate. That pr
moved these into First. This PR moves them into Last which is closer to
how they were scheduled before.
2024-03-09 21:15:02 +00:00
..
macros Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00
src Move AssetEvents to Last (#12389) 2024-03-09 21:15:02 +00:00
Cargo.toml Add "all-features = true" to docs.rs metadata for most crates (#12366) 2024-03-08 20:03:09 +00:00