v0.4.0
Added
Feature flags are back! They now control the inclusion of icon libraries at the library-level. By default all libraries are included, but one may set default-features = false
and e.g., features = ["ant-design-icons", "box-icons", "github-octicons"]
. Using this granularity should alleviate the workload for rust-analyzer
. This is not a breaking change, since all libraries are included by default!
What's Changed
- Add feature flags for icon packs by @martijnarts in #39
New Contributors
- @martijnarts made their first contribution in #39
Full Changelog: v0.3.1...v0.4.0