mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +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. |
||
---|---|---|
.. | ||
cursor.rs | ||
event.rs | ||
lib.rs | ||
raw_window_handle.rs | ||
system.rs | ||
window.rs | ||
windows.rs |