Game4all / bevy_vox_mesh

A bevy engine plugin for loading magica voxel files directly in bevy as usable meshes.
MIT License
32 stars 8 forks source link

Update to Bevy 0.12 #11

Closed baranyildirim closed 10 months ago

baranyildirim commented 10 months ago

Changed AssetLoader impl to be compatible with Bevy 0.12.0 Introduced VoxLoaderError to satisfy type Error requirement Bumped version to 0.8

Game4all commented 10 months ago

oh looks like I got beaten up to the task! Please add a mention of your migration work to the bottom of the readme (under Acknowledgements) for credit if you feel like it.

baranyildirim commented 10 months ago

oh looks like I got beaten up to the task! Please add a mention of your migration work to the bottom of the readme (under Acknowledgements) for credit if you feel like it.

No worries, thank you for the library. This is a pretty minor change.

Game4all commented 10 months ago

Thanks!

Game4all commented 10 months ago

Version 0.8 is now published to crates.io!