Anders429 / brood

A fast and flexible entity component system library.
Apache License 2.0
39 stars 1 forks source link

Loosen the lifetime of Entry::query(). #201

Closed Anders429 closed 1 year ago

Anders429 commented 1 year ago

This allows more flexibility when using Entry::query().

Classifying this as a bug. This is how it was intended to work all along. Additionally, this isn't a breaking change, as loosening the lifetime does not break any existing code.