Back to Bevy

`extra_buffer_usages` moved from `MeshAllocator` to `MeshAllocatorSettings`

_release-content/migration-guides/mesh_allocator.md

0.19.0175 B
Original Source

extra_buffer_usages has been moved from MeshAllocator to MeshAllocatorSettings. If you were accessing it on MeshAllocator, please do so on MeshAllocatorSettings now.