mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
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.
This commit is contained in:
parent
72727909bb
commit
59b4921827
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue