bevy/crates/bevy_gltf
Hennadii Chernyshchyk ea6e6f7db2 Do not crash if RenderDevice doesn't exist (#4427)
# Objective

Avoid crashing if `RenderDevice` doesn't exist (required for headless mode).
Fixes #4392.

## Solution

Use `CompressedImageFormats::all()` if there is no `RenderDevice`.
2022-04-05 19:37:23 +00:00
..
src Do not crash if RenderDevice doesn't exist (#4427) 2022-04-05 19:37:23 +00:00
Cargo.toml animation player (#4375) 2022-04-02 22:36:02 +00:00