mirror of
https://github.com/bevyengine/bevy
synced 2025-01-08 19:29:04 +00:00
7363268ea8
# Objective - Disabling some plugins causes a crash due to ambiguities relying in feature flags and not checking if both plugins are enabled causing code like this to crash: `app.add_plugins(DefaultPlugins.build().disable::<AnimationPlugin>())` ## Solution - Check if plugins were added before ambiguities. - Move bevy_gizmos ambiguities from bevy_internal to bevy_gizmos since they already depend on them. |
||
---|---|---|
.. | ||
default_plugins.rs | ||
lib.rs | ||
prelude.rs |