2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-01-03 08:48:57 +00:00
bevy/examples/app
François Mockers 6e81a05c93
Headless by features ()
# Objective

- Fixes  

## Solution

- 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-16 21:33:37 +00:00
..
custom_loop.rs Fix custom_loop example to include plugin finalization () 2024-05-03 20:12:27 +00:00
drag_and_drop.rs Refactor EventReader::iter to read () 2023-08-30 14:20:03 +00:00
empty.rs Doc/module style doc blocks for examples () 2022-05-16 13:53:20 +00:00
empty_defaults.rs Doc/module style doc blocks for examples () 2022-05-16 13:53:20 +00:00
headless.rs Headless by features () 2024-11-16 21:33:37 +00:00
headless_renderer.rs Don't reëxport bevy_image from bevy_render () 2024-11-10 06:54:38 +00:00
log_layers.rs Simpler lint fixes: makes ci lints work but disables a lint for now () 2024-09-24 11:42:59 +00:00
log_layers_ecs.rs Merge Style properties into Node. Use ComputedNode for computed properties. () 2024-10-18 22:25:33 +00:00
logs.rs Merge Style properties into Node. Use ComputedNode for computed properties. () 2024-10-18 22:25:33 +00:00
no_renderer.rs Add configuration for async pipeline creation on RenderPlugin () 2024-02-16 13:35:47 +00:00
plugin.rs Inverse missing_docs logic () 2024-02-03 21:40:55 +00:00
plugin_group.rs Remove second generic from .add_before, .add_after () 2024-07-15 15:58:14 +00:00
return_after_run.rs Remove redundant imports () 2024-04-01 19:59:08 +00:00
thread_pool_resources.rs Break CorePlugin into TaskPoolPlugin, TypeRegistrationPlugin, FrameCountPlugin. () 2023-01-05 11:42:35 +00:00
without_winit.rs Migrate cameras to required components () 2024-10-05 01:59:52 +00:00