mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
453bd058fe
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |