bevy/crates/bevy_remote/src
François Mockers 07eaedc620 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-24 00:14:22 +01:00
..
schemas RPC Discover endpoint with basic informations (#18068) 2025-03-12 23:32:06 +00:00
builtin_methods.rs fix error and lints when building for wasm32 (#18500) 2025-03-24 00:14:22 +01:00
http.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
lib.rs RPC Discover endpoint with basic informations (#18068) 2025-03-12 23:32:06 +00:00