bevy/crates/bevy_gltf/src
Lucas Franca 11db71727d
Refactor bevy_gltf (#15994)
# Objective

Refactor `bevy_gltf`, the criteria for the split is kind of arbitrary
but at least it is not a 2.6k line file.

## Solution

Move methods and structs found in `bevy_gltf/loader.rs` into multiple
new modules.

## Testing

`cargo run -p ci`
2025-02-26 01:00:11 +00:00
..
loader Refactor bevy_gltf (#15994) 2025-02-26 01:00:11 +00:00
assets.rs Refactor bevy_gltf (#15994) 2025-02-26 01:00:11 +00:00
label.rs Refactor bevy_gltf (#15994) 2025-02-26 01:00:11 +00:00
lib.rs Refactor bevy_gltf (#15994) 2025-02-26 01:00:11 +00:00
vertex_attributes.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00