Leafwing-Studios / leafwing_manifest

Data-driven content generation for Bevy
Apache License 2.0
73 stars 2 forks source link

ManifestPlugin's `Default` impl is specific to `SimpleAssetState` #46

Open alice-i-cecile opened 4 months ago

alice-i-cecile commented 4 months ago

Version

0.2

Details

https://docs.rs/leafwing_manifest/0.2.0/leafwing_manifest/plugin/struct.ManifestPlugin.html#impl-Default-for-ManifestPlugin%3CSimpleAssetState%3E

Workarounds

All fields are pub, so this can be manually constructed instead.