dust-engine / dot_vox

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

Remove let_chains, update glam dep #36

Closed AThilenius closed 1 year ago

AThilenius commented 1 year ago

Using matches! was harder to read than just nesting if let. I also update the glam dep while I was at it. Fixes #35