bevy/crates/bevy_app/src
0xc0001a2040 453bd058fe
Add track_caller to App::add_plugins (#9174)
# Objective

Currently the panic message if a duplicate plugin is added isn't really
helpful or at least can be made more useful if it includes the location
where the plugin was added a second time.

## Solution

Add `track_caller` to `add_plugins` and it's called dependencies.
2023-07-23 01:02:20 +00:00
..
app.rs Add track_caller to App::add_plugins (#9174) 2023-07-23 01:02:20 +00:00
ci_testing.rs Take example screenshots in CI (#8488) 2023-05-01 18:00:01 +00:00
lib.rs Move AppTypeRegistry to bevy_ecs (#8901) 2023-06-21 17:25:01 +00:00
main_schedule.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
plugin.rs Add track_caller to App::add_plugins (#9174) 2023-07-23 01:02:20 +00:00
plugin_group.rs Add track_caller to App::add_plugins (#9174) 2023-07-23 01:02:20 +00:00
schedule_runner.rs Fix not calling App::finish and App::cleanup in ScheduleRunnerPlugin (#9054) 2023-07-09 04:25:12 +00:00