bevy/crates/bevy_gltf/src
François Mockers c994c15d5e
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-07-07 19:54:53 +00:00
..
lib.rs Make gLTF node children Handle instead of objects (#13707) 2024-07-01 14:05:16 +00:00
loader.rs EmptyPathStream is only used in android/wasm32 (#14200) 2024-07-07 19:54:53 +00:00
vertex_attributes.rs Apply Clippy lints regarding lazy evaluation and closures (#14015) 2024-07-01 15:54:40 +00:00