From 4927daa6507ed4796ea6ae4cf1fe966a6b73a447 Mon Sep 17 00:00:00 2001 From: FlareFlo Date: Tue, 27 Feb 2024 12:45:09 +0100 Subject: [PATCH] replace image with proper upstream --- Cargo.lock | 5 +++-- Cargo.toml | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dc8aa1..66c9eb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,8 +405,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "image" -version = "0.24.7" -source = "git+https://github.com/image-rs/image.git?rev=84438eba205e971a8a90a7039719e26157df1cbf#84438eba205e971a8a90a7039719e26157df1cbf" +version = "0.24.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" dependencies = [ "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index b469bd7..7814195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,8 +51,7 @@ zip = { version = "0.6.6", features = ["deflate"], default-features = false} wt_version = { git = "https://github.com/Warthunder-Open-Source-Foundation/wt_version.git" } [dependencies.image] -git = "https://github.com/image-rs/image.git" -rev = "84438eba205e971a8a90a7039719e26157df1cbf" +version = "0.24.9" features = ["avif-decoder", "dds"] default-features = false optional = true