![]() # 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. |
||
---|---|---|
.. | ||
app.rs | ||
lib.rs | ||
main_schedule.rs | ||
panic_handler.rs | ||
plugin_group.rs | ||
plugin.rs | ||
schedule_runner.rs | ||
sub_app.rs | ||
task_pool_plugin.rs | ||
terminal_ctrl_c_handler.rs |