bevy/crates/bevy_gltf/src
François 8666b076d8
fix base64 padding when loading a gltf file (#11053)
# Objective

- After #10336, some gltf files fail to load (examples
custom_gltf_vertex_attribute, gltf_skinned_mesh, ...)
- Fix them

## Solution

- Allow padding in base 64 decoder
2023-12-21 20:00:51 +00:00
..
lib.rs Add [lints] table, fix adding #![allow(clippy::type_complexity)] everywhere (#10011) 2023-11-18 20:58:48 +00:00
loader.rs fix base64 padding when loading a gltf file (#11053) 2023-12-21 20:00:51 +00:00
vertex_attributes.rs Import the second UV map if present in glTF files. (#9992) 2023-10-02 21:07:03 +00:00