bevy/crates/bevy_ecs/macros/src
JoJoJet 0d98327ce7 Support SystemParam types with const generics (#7001)
# Objective

* Currently, the `SystemParam` derive does not support types with const generic parameters.
  * If you try to use const generics, the error message is cryptic and unhelpful.
* Continuation of the work started in #6867 and #6957.

## Solution

Allow const generic parameters to be used with `#[derive(SystemParam)]`.
2022-12-25 00:06:23 +00:00
..
component.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
fetch.rs remove a doc(hidden) on read only version of derive(WorldQuery) (#6877) 2022-12-07 23:10:26 +00:00
lib.rs Support SystemParam types with const generics (#7001) 2022-12-25 00:06:23 +00:00