dust-engine / dot_vox

Rust parser for MagicaVoxel .vox files.
MIT License
51 stars 20 forks source link

Update README.md & Transfer of repo ownership #28

Closed Neo-Zhixing closed 2 years ago

Neo-Zhixing commented 2 years ago

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.