bevy
bevy copied to clipboard
Impl VisitAssetDependencies for HashSet and HashMap
Objective
Enables gathering asset dependencies for asset fields of type HashSet/HashMap.
This can be worked-around by new-typing the field. #[derive(Asset)] doesn't seem to allow skipping the automatic VisitAssetDependencies implementation.
Solution
More trait impls.
Testing
cargo build