v0.8.0
What's changed
- Improvements to using Spreet as a Rust library (#57 and #59)
- Optimise Oxipng usage to reduce dev dependencies (#61)
- Optimise the
main
function (#56) - Update crunch dependency to v0.5.3
- Update resvg dependency to v0.34
- Update clap dependency to v4.3
- Update multimap dependency to v0.9.0
- Update Rayon dependency to v1.7
- Update assert_fs dependency to v1.0.13
Note: the update to resvg brings a new image rendering algorithm. This produces smaller images and improves performance, but the PNGs won't be byte-to-byte compatible with spritesheets output by earlier versions of Spreet. There should be no visual change though.
New contributors
Full changelog: v0.7.0...v0.8.0