bevy/crates/bevy_gltf
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
..
src fix base64 padding when loading a gltf file (#11053) 2023-12-21 20:00:51 +00:00
Cargo.toml Update base64 requirement from 0.13.0 to 0.21.5 (#10336) 2023-12-21 00:55:54 +00:00