bevy/crates/bevy_render
Daniel McNab 6e61fef67d Obviate the need for RunSystem, and remove it (#3817)
# Objective

- Fixes #3300
- `RunSystem` is messy

## Solution

- Adds the trick theorised in https://github.com/bevyengine/bevy/issues/3300#issuecomment-991791234

P.S. I also want this for an experimental refactoring of `Assets`, to remove the duplication of `Events<AssetEvent<T>>`


Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2022-03-15 02:16:55 +00:00
..
src Obviate the need for RunSystem, and remove it (#3817) 2022-03-15 02:16:55 +00:00
Cargo.toml Update Hexasphere to 7.0.0 (#4001) 2022-02-21 23:49:07 +00:00