bevy/crates/bevy_app/src
Brezak ae16bdf172
Add fallible add methods to PluginGroupBuilder (#17005)
# Objective

Make working with `PluginGroupBuilder` less panicky.
Fixes #17001

## Solution

Expand the `PluginGroupBuilder` api with fallible add methods + a
contains method.
Also reorder the `PluginGroupBuilder` tests because before should come
before after.

## Testing

Ran the `PluginGroupBuilder` tests which call into all the newly added
methods.
2024-12-30 20:14:02 +00:00
..
app.rs Expose access to SubApps within App (#16952) 2024-12-24 06:15:16 +00:00
lib.rs Remove bevy_core (#16897) 2024-12-19 18:36:51 +00:00
main_schedule.rs Add no_std support to bevy_app (#16874) 2024-12-18 22:04:45 +00:00
panic_handler.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
plugin_group.rs Add fallible add methods to PluginGroupBuilder (#17005) 2024-12-30 20:14:02 +00:00
plugin.rs Add no_std support to bevy_app (#16874) 2024-12-18 22:04:45 +00:00
schedule_runner.rs Add no_std support to bevy_app (#16874) 2024-12-18 22:04:45 +00:00
sub_app.rs Add SubApp::take_extract() (#16862) 2024-12-24 18:26:32 +00:00
task_pool_plugin.rs Remove bevy_core (#16897) 2024-12-19 18:36:51 +00:00
terminal_ctrl_c_handler.rs Add no_std support to bevy_app (#16874) 2024-12-18 22:04:45 +00:00