Skip to content

Commit 59b4921

Browse files
authored
Add Accessibility plugin to default plugins docs (#11512)
# Objective - Fixes #11453 This is a temporary fix. There is PR fixing it (#11460), but I'm not sure if it's going to be merged before the 0.13 release.
1 parent 7272790 commit 59b4921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_internal/src/default_plugins.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use bevy_app::{Plugin, PluginGroup, PluginGroupBuilder};
1111
/// * [`DiagnosticsPlugin`](crate::diagnostic::DiagnosticsPlugin)
1212
/// * [`InputPlugin`](crate::input::InputPlugin)
1313
/// * [`WindowPlugin`](crate::window::WindowPlugin)
14+
/// * [`AccessibilityPlugin`](crate::a11y::AccessibilityPlugin)
1415
/// * [`AssetPlugin`](crate::asset::AssetPlugin) - with feature `bevy_asset`
1516
/// * [`ScenePlugin`](crate::scene::ScenePlugin) - with feature `bevy_scene`
1617
/// * [`WinitPlugin`](crate::winit::WinitPlugin) - with feature `bevy_winit`

0 commit comments

Comments
 (0)