The Dust Engine project will be taking over the maintenance responsibility from @davidedmonds from now on. If there are any changes in the MagicaVoxel file format, feel free to open an issue or a PR, and we'll work to get them implemented.
Changes from most open PRs are merged in, and we're ready to cut a new release as soon as Rust 1.64 gets released which will allow us to use the if let Some(xxx) = xxx syntax in stable Rust.
The Dust Engine project will be taking over the maintenance responsibility from @davidedmonds from now on. If there are any changes in the MagicaVoxel file format, feel free to open an issue or a PR, and we'll work to get them implemented.
Changes from most open PRs are merged in, and we're ready to cut a new release as soon as Rust 1.64 gets released which will allow us to use the
if let Some(xxx) = xxx
syntax in stable Rust.