v0.2.0
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:
- rust-lang/crates.io#7269
- #24
- 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
- @workingjubilee made their first contribution in #24
Full Changelog: v0.1.0...v0.2.0