dust-engine / dot_vox

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

Update to nom 7 #22

Closed nickelc closed 2 years ago

nickelc commented 3 years ago

nom 7 removed all its parser macros.

nickelc commented 3 years ago

i have some other changes in the works that could be part of the release. like edition 2018

virtualritz commented 2 years ago

This probably needs work as it should be merged after #23. The latter adds a new module, scene.rs, which needs the nom 7 changes applied too.