dioxus-iconify 0.4.2

CLI tool for importing/vendoring icons from [Iconify](https://icon-sets.iconify.design/) (material, lucid, heroicons,....) or from local SVG files in Dioxus projects
1
2
3
4
5
6
7
8
9
10
11
- name: Install Rust toolchain
  uses: dtolnay/rust-toolchain@stable
- name: Install Sccache
  uses: mozilla-actions/sccache-action@v0.0.9
  env:
    SCCACHE_GHA_ENABLED: "true"
    RUSTC_WRAPPER: "sccache"
- name: Enable sccache
  run: |
    echo "RUSTC_WRAPPER=sccache" >> "$GITHUB_ENV"
    echo "SCCACHE_GHA_ENABLED=true" >> "$GITHUB_ENV"