bevy/crates/bevy_app
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
..
src Add track_caller to App::add_plugins (#9174) 2023-07-23 01:02:20 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00