Skip to content

Commit 7c0b1b9

Browse files
MonaMayrhofermockersf
authored andcommitted
Add missing plugins to doc of DefaultPlugins (#13833)
StatesPlugin and GizmoPlugin were missing from the doc comment of DefaultPlugins. I am not sure whether this was for a reason, but i just stumbled over it and it seemed off... ## Testing I'm not sure how to test these changes?
1 parent 84be2b3 commit 7c0b1b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bevy_internal/src/default_plugins.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ use bevy_app::{Plugin, PluginGroup, PluginGroupBuilder};
2828
/// * [`AudioPlugin`](crate::audio::AudioPlugin) - with feature `bevy_audio`
2929
/// * [`GilrsPlugin`](crate::gilrs::GilrsPlugin) - with feature `bevy_gilrs`
3030
/// * [`AnimationPlugin`](crate::animation::AnimationPlugin) - with feature `bevy_animation`
31+
/// * [`GizmoPlugin`](crate::gizmos::GizmoPlugin) - with feature `bevy_gizmos`
32+
/// * [`StatesPlugin`](crate::app::StatesPlugin) - with feature `bevy_state`
3133
/// * [`DevToolsPlugin`](crate::dev_tools::DevToolsPlugin) - with feature `bevy_dev_tools`
3234
/// * [`CiTestingPlugin`](crate::dev_tools::ci_testing::CiTestingPlugin) - with feature `bevy_ci_testing`
3335
///

0 commit comments

Comments
 (0)