amethyst / specs

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

Fully qualify derive(Component) default storage #710

Open SOF3 opened 4 years ago

SOF3 commented 4 years ago

Checklist

API changes

Users can now derive(Component) without #[storage] without explicitly importing DenseVecStorage elsewhere.