bevy/crates/bevy_app
François 4e25008dd6
correctly setup everything in the default run_once runner (#8740)
# Objective

- Fix #8658 
- `without_winit` example panics `thread 'Compute Task Pool (2)'
panicked at 'called `Option::unwrap()` on a `None` value',
crates/bevy_render/src/pipelined_rendering.rs:134:84`

## Solution

- In the default runner method `run_once`, correctly finish the
initialisation of the plugins. `run_once` can't be called twice so it's
ok to do it there
2023-06-05 20:54:12 +00:00
..
src correctly setup everything in the default run_once runner (#8740) 2023-06-05 20:54:12 +00:00
Cargo.toml correctly setup everything in the default run_once runner (#8740) 2023-06-05 20:54:12 +00:00