bevy/crates/bevy_ui/src/render
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
..
camera.rs Partially document bevy_ui (#3526) 2022-01-07 22:20:34 +00:00
mod.rs Add headless mode (#3439) 2022-01-08 10:39:43 +00:00
pipeline.rs Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
render_pass.rs Add 2d meshes and materials (#3460) 2022-01-08 01:29:08 +00:00
ui.wgsl Update wgpu to 0.12 and naga to 0.8 (#3375) 2021-12-19 03:03:06 +00:00