Skip to content

Commit

Permalink
disable heif linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Feb 10, 2025
1 parent 39c1d2e commit d8addf3
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_ubuntu_no_default_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: cargo check without default features
run: cargo check --no-default-features --features notan/glsl-to-spirv

- name: cargo check with heif
run: PKG_CONFIG_PATH=libheif/build cargo check --features heif --features notan/glsl-to-spirv
# - name: cargo check with heif
# run: PKG_CONFIG_PATH=libheif/build cargo check --features heif --features notan/glsl-to-spirv

65 changes: 45 additions & 20 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ tiff = "0.9"
jxl-oxide = "0.8"
zune-png = "0.5.0-rc1" # upgrade if https://github.com/etemesi254/zune-image/issues/210 is solved
# These 3 need to be updated together
resvg = "0.42.0"
tiny-skia = "0.11.4"
usvg = "0.42.0"
resvg = "0.44"
tiny-skia = "0.11"
usvg = "0.44"
libheif-rs = { version = "1.0", default-features = false, optional = true }
ktx2 = "0.3.0"
basis-universal = "0.3"
Expand Down

0 comments on commit d8addf3

Please sign in to comment.