mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 03:23:20 +00:00
0d98327ce7
# 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)]`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |