bevy/crates/bevy_gltf/src
François Mockers a6fde1059c
EmptyPathStream is only used in android/wasm32 (#14200)
# Objective

- `EmptyPathStream` is only used in android and wasm32
- This now makes rust nightly warn

## Solution

- flag the struct to only be present when needed
- also change how `MorphTargetNames` is used because that makes rust
happier?
2024-08-02 18:58:30 +02:00
..
lib.rs Add labels to Gltf Node and Mesh assets (#13558) 2024-06-05 23:10:33 +00:00
loader.rs EmptyPathStream is only used in android/wasm32 (#14200) 2024-08-02 18:58:30 +02:00
vertex_attributes.rs Use immutable key for HashMap and HashSet (#12086) 2024-02-26 16:27:40 +00:00