Breaking Changes
Icon::load now requires Read + Seek rather than just Read to be implemented on its reader.
BufReader and File both implement Seek, though, so it's unlikely anything will have an issue with this.
What's Changed
- Add
load_metafor faster metadata, improve DMI field handling, parsing optimizations by @itsmeow in #23 - Update
pngcrate to 0.18 by @ZeWaka
Full Changelog: v0.4.0...v0.5.0