bevy/crates/bevy_gltf
François 7835c92647 Log errors when loading textures from a gltf file (#2260)
When loading a gltf, if there is an error loading textures, it is completely ignored.

This can happen for example when loading a file with `jpg` textures without the `jpeg` Bevy feature enabled.
This PR adds `warn` logs for the few cases that can happen when loading a texture.

Other possible fix would be to break on first error and returning, making the asset loading failed
2021-06-08 02:46:44 +00:00
..
src Log errors when loading textures from a gltf file (#2260) 2021-06-08 02:46:44 +00:00
Cargo.toml Update gltf requirement from 0.15.2 to 0.16.0 (#2196) 2021-05-17 18:44:04 +00:00