mirror of
https://github.com/bevyengine/bevy
synced 2025-01-07 02:38:59 +00:00
38a940dbbe
Required for https://github.com/bevyengine/bevy/pull/4402. # Objective - derived `SystemParam` implementations were never `ReadOnlySystemParamFetch` - We want them to be, e.g. for `EventReader` ## Solution - If possible, 'forward' the impl of `ReadOnlySystemParamFetch`. |
||
---|---|---|
.. | ||
component.rs | ||
fetch.rs | ||
lib.rs |