bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.4k stars 3.59k forks source link

Add missing exports in bevy_ecs #16415

Closed ItsDoot closed 1 week ago

ItsDoot commented 1 week ago

Objective

Seemed to have missed the export of DynamicComponentFetch from #15593. TryFromFilteredError which is returned by impl TryFrom<FiliteredEntityMut/Ref> for EntityRef/Mut also seemed to have been missing.

Solution

Export both of them.

mockersf commented 1 week ago

you made them public so they should be documented, after that it's good to go 🙂