bevy/crates/bevy_app
B_head 418d3273fd
Relaxed runner type from Fn to FnOnce (#8961)
# Objective

Relax unnecessary type restrictions on `App.runner` function.

## Solution

Changed the type of `App.runner` from `Fn(App)` to `FnOnce(App)`.
2023-06-29 00:48:37 +00:00
..
src Relaxed runner type from Fn to FnOnce (#8961) 2023-06-29 00:48:37 +00:00
Cargo.toml correctly setup everything in the default run_once runner (#8740) 2023-06-05 20:54:12 +00:00