mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
86aaad743b
# Objective `ScheduleRunnerPlugin` was still configured via a resource, meaning users would be able to change the settings while the app is running, but the changes wouldn't have an effect. ## Solution Configure plugin directly --- ## Changelog - Changed: merged `ScheduleRunnerSettings` into `ScheduleRunnerPlugin` ## Migration Guide - instead of inserting the `ScheduleRunnerSettings` resource, configure the `ScheduleRunnerPlugin` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |