diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index 2708298a..4081370c 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -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 diff --git a/subcrates/gelatin/Cargo.toml b/subcrates/gelatin/Cargo.toml index 105f1a11..9508a125 100644 --- a/subcrates/gelatin/Cargo.toml +++ b/subcrates/gelatin/Cargo.toml @@ -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"