carloskiki / icondata

SVG Icon data from multiple free icon libraries ported to rust.
MIT License
52 stars 12 forks source link

Feature/Bug Tracker #37

Open carloskiki opened 10 months ago

carloskiki commented 10 months ago

Here is a table of missing features and bugs for this crate. Please do try your hand at any of the tasks listed below if you feel like it would improve your developer experience!

Package Issues

Potential removals:

martijnarts commented 4 months ago

Writing a cron job that periodically updates icon libraries.

An alternative, slightly more complex but a bit more efficient, could be a CI job that rebuilds the libraries which could get triggered by renovate PRs based on new releases of the source icon libs.

carloskiki commented 4 months ago

An alternative, slightly more complex but a bit more efficient, could be a CI job that rebuilds the libraries which could get triggered by renovate PRs based on new releases of the source icon libs.

Great idea!