amethyst / specs

Specs - Parallel ECS
https://amethyst.github.io/specs/
Apache License 2.0
2.49k stars 219 forks source link

Implement GenericReadStorage for mutable reference #775

Open derekdreery opened 4 months ago

derekdreery commented 4 months ago

Without this it's not possible to pass &mut WriteStorage<_> as a GenericReadStorage.

Checklist

API changes

derekdreery commented 4 months ago

I'm going to get the PR building the address the checklist.