bevy/crates/bevy_ecs/src/schedule
urben1680 5b5806406d
Adding Copy, Clone, Debug to derived traits of ExecutorKind (#9385)
While being nobody other's issue as far I can tell, I want to create a
trait I plan to implement on `App` where more than one schedule is
modified.
My workaround so far was working with a closure that returns an
`ExecutorKind` from a match of the method variable.

It makes it easier for me to being able to clone `ExecutorKind` and I
don't see this being controversial for others working with Bevy.

I did nothing more than adding `Clone` to the derived traits, no
migration guide needed.

(If this worked out then the GitHub editor is not too shabby.)
2023-08-11 21:45:32 +00:00
..
executor Adding Copy, Clone, Debug to derived traits of ExecutorKind (#9385) 2023-08-11 21:45:32 +00:00
condition.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
config.rs delete code deprecated in 0.11 (#9128) 2023-07-13 23:35:06 +00:00
graph_utils.rs Remove reference to base sets (#9032) 2023-07-03 20:44:10 +00:00
mod.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
schedule.rs Fix ambiguous_with breaking run conditions (#9253) 2023-08-03 07:53:20 +00:00
set.rs Document every public item in bevy_ecs (#8731) 2023-06-10 23:23:48 +00:00
state.rs Document every public item in bevy_ecs (#8731) 2023-06-10 23:23:48 +00:00