Skip to content

Commit

Permalink
another attempt at releasing with the image crate's avif
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Feb 25, 2024
1 parent db59924 commit 1998939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
$LIBCLANG_PATH = $env:LIBCLANG_PATH
echo "------- CLANG BIN CONTENTS ----------"
dir $LIBCLANG_PATH
cargo build --release --features=networking
cargo build --release --features=networking,avif
- name: Copy executable to distributable folder
working-directory: ./distribution/windows/
shell: cmd
Expand Down
2 changes: 1 addition & 1 deletion subcrates/gelatin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ avif = ["image/avif-decoder"]
[dependencies]
cgmath = "0.18.0"
derive_builder = "0.9.0"
image = "0.24.7"
image = "0.24.9"
glium = "0.29.0"
winit = "0.24.0"

0 comments on commit 1998939

Please sign in to comment.