bevy/crates/bevy_gltf/src
François Mockers 031f67ebb6
fix error and lints when building for wasm32 (#18500)
# Objective

- Some crates don't compile or have clippy warnings when building for
wasm32

## Solution

- bevy_asset: unused lifetime
- bevy_gltf: the error is not too large in wasm32
- bevy_remote: fails to compile as feature http is also gated on wasm32
- bevy_winit: unused import `error`
2025-03-23 22:06:28 +00:00
..
loader fix error and lints when building for wasm32 (#18500) 2025-03-23 22:06:28 +00:00
assets.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +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