amethyst / specs

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

Update shred to 0.16.0 #771

Closed Imberflur closed 8 months ago

Imberflur commented 8 months ago

Also hide optional uuid dep from features since it is enabled indirectly via uuid_entity feature (and not intended to be enabled directly)

Checklist

API changes

This is a breaking change.

The SystemData derive now requires shred to be in scope rather than all the individual types that the derive needs.