mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
11c4514023
# Objective It is currently hard to configure the `WindowPlugin`, as it is added as part of the `DefaultPlugins`. Ideally this should not be difficult. ## Solution Remove the configuration from the plugin itself and put it as a `Resource`, similar to how it is done for almost all other plugins. ## Migration Guide If you are currently configuring the behavior of the `WindowPlugin`, by constructing it manually, then you will need to instead create add the `WindowSettings` as a resource. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |