bevy/crates/bevy_remote/src
Hennadii Chernyshchyk 0c831d2caa Add Default for all schedule labels (#18731)
# Objective

In `bevy_enhanced_input`, I'm trying to associate `Actions` with a
schedule. I can do this via an associated type on a trait, but there's
no way to construct the associated label except by requiring a `Default`
implementation. However, Bevy labels don't implement `Default`.

## Solution

Add `Default` to all built-in labels. I think it should be useful in
general.
2025-04-09 00:21:40 +02: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 Add Default for all schedule labels (#18731) 2025-04-09 00:21:40 +02:00