Skip to content

v0.2.0

Compare
Choose a tag to compare
@carloskiki carloskiki released this 29 Oct 12:28
· 54 commits to main since this release
711a04f

Getting Rid of Feature Flags

As of this version, feature flags are no longer used to enable icons; A config file is used instead.

You can follow the guide in the docs when migrating from v0.1.0: https://docs.rs/icondata/0.2.0/icondata/

For those wanting to understand why, here are some links (in chronological order) to explain what happened:

  1. rust-lang/crates.io#7269
  2. #24
  3. https://blog.rust-lang.org/2023/10/26/broken-badges-and-23k-keywords.html

What's Changed

  • Speed up --all-features build by 33%~55% by removing cfg by @workingjubilee in #24
  • Move icon toggling to a build script by @Carlosted in #25

New Contributors

Full Changelog: v0.1.0...v0.2.0