bevy/crates/bevy_remote/src
Zachary Harrold 39b1ffc905 Properly gate functionality on http in bevy_remote (#18478)
# Objective

Noticed that `bevy_remote` fails to compile without default features.

## Solution

Adjusted offending method to avoid reliance on `http` module when it is
disabled.

## Testing

- CI
- `cargo clippy -p bevy_remote --no-default-features`
2025-03-24 00:09:30 +01:00
..
schemas RPC Discover endpoint with basic informations (#18068) 2025-03-12 23:32:06 +00:00
builtin_methods.rs Properly gate functionality on http in bevy_remote (#18478) 2025-03-24 00:09:30 +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