bevy/crates/bevy_app
François 7671ddea72 can get the settings of a plugin from the app (#6372)
# Objective

- Make the settings of plugins readable during app building

## Solution

- Added a vector of added plugins to the app. Their settings can be accessed as read only
2022-10-26 17:52:16 +00:00
..
src can get the settings of a plugin from the app (#6372) 2022-10-26 17:52:16 +00:00
Cargo.toml Plugins own their settings. Rework PluginGroup trait. (#6336) 2022-10-24 21:20:33 +00:00