Skip to content

Commit

Permalink
Add Accessibility plugin to default plugins docs (bevyengine#11512)
Browse files Browse the repository at this point in the history
# Objective

- Fixes bevyengine#11453

This is a temporary fix. There is PR fixing it (bevyengine#11460), but I'm not
sure if it's going to be merged before the 0.13 release.
  • Loading branch information
matiqo15 authored and tjamaan committed Feb 6, 2024
1 parent 9187b3b commit 4bf7584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_internal/src/default_plugins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use bevy_app::{Plugin, PluginGroup, PluginGroupBuilder};
/// * [`DiagnosticsPlugin`](crate::diagnostic::DiagnosticsPlugin)
/// * [`InputPlugin`](crate::input::InputPlugin)
/// * [`WindowPlugin`](crate::window::WindowPlugin)
/// * [`AccessibilityPlugin`](crate::a11y::AccessibilityPlugin)
/// * [`AssetPlugin`](crate::asset::AssetPlugin) - with feature `bevy_asset`
/// * [`ScenePlugin`](crate::scene::ScenePlugin) - with feature `bevy_scene`
/// * [`WinitPlugin`](crate::winit::WinitPlugin) - with feature `bevy_winit`
Expand Down

0 comments on commit 4bf7584

Please sign in to comment.