Skip to content

0.5.0

Latest

Choose a tag to compare

@ZeWaka ZeWaka released this 07 Sep 03:47

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_meta for faster metadata, improve DMI field handling, parsing optimizations by @itsmeow in #23
  • Update png crate to 0.18 by @ZeWaka

Full Changelog: v0.4.0...v0.5.0