mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 03:23:20 +00:00
276a81cc30
fixes #1772 1st commit: the limit was at 11 as the macro was not using a range including the upper end. I changed that as it feels the purpose of the macro is clearer that way. 2nd commit: as suggested in the `// TODO`, I added a `Config` trait to go to 16 elements tuples. This means that if someone has a custom system parameter with a config that is not a tuple or an `Option`, they will have to implement `Config` for it instead of the standard `Default`. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |