bevy/examples/app
Hennadii Chernyshchyk 458cb7a9e9 Add headless mode (#3439)
# Objective

In this PR I added the ability to opt-out graphical backends. Closes #3155.

## Solution

I turned backends into `Option` ~~and removed panicking sub app API to force users handle the error (was suggested by `@cart`)~~.
2022-01-08 10:39:43 +00:00
..
custom_loop.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
drag_and_drop.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
empty.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
empty_defaults.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
headless.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
headless_defaults.rs Add headless mode (#3439) 2022-01-08 10:39:43 +00:00
logs.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
plugin.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
plugin_group.rs Fix doc_markdown lints in examples (#3486) 2021-12-29 17:25:34 +00:00
return_after_run.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
thread_pool_resources.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
without_winit.rs Fix crash with disabled winit (#3330) 2021-12-15 00:15:47 +00:00