bevy/crates/bevy_internal/src
François Mockers 060b385583 Headless by features (#16401)
- Fixes #16152

- Put `bevy_window` and `bevy_a11y` behind the `bevy_window` feature.
they were the only difference
- Add `ScheduleRunnerPlugin` to the `DefaultPlugins` when `bevy_window`
is disabled
- Remove `HeadlessPlugins`
- Update the `headless` example
2024-11-17 18:39:27 +01:00
..
default_plugins.rs Headless by features (#16401) 2024-11-17 18:39:27 +01:00
lib.rs Headless by features (#16401) 2024-11-17 18:39:27 +01:00
prelude.rs Headless by features (#16401) 2024-11-17 18:39:27 +01:00