bevy/crates/bevy_state
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
..
macros Release 0.16.0-rc.3 2025-03-31 23:07:43 +02:00
src Add Default for all schedule labels (#18731) 2025-04-09 00:21:40 +02:00
Cargo.toml Release 0.16.0-rc.3 2025-03-31 23:07:43 +02:00
LICENSE-APACHE Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
LICENSE-MIT Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00