Skip to content

Commit

Permalink
Updated libavif dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 6, 2023
1 parent 6907fff commit 268dc92
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,8 @@ jobs:
- name: Setup nasm 🧑‍💻
uses: ilammy/setup-nasm@v1

- name: Setup ninja/meson 🧑‍💻 (not macos)
if: matrix.os != 'macos-latest'
run: pip install ninja meson

- name: Setup ninja/meson 🧑‍💻 (macos)
if: matrix.os == 'macos-latest'
run: brew install ninja meson
- name: Setup libjxl 🧑‍💻
run: vcpkg install libjxl

- name: Setup rust toolchain 🦀
uses: actions-rs/toolchain@v1
Expand Down
17 changes: 10 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ optional = true

[dependencies.libavif-sys]
version = "0.14.3"
features = ["codec-dav1d"]
features = ["codec-aom"]
default-features = false
optional = true

Expand Down

0 comments on commit 268dc92

Please sign in to comment.