From d6c96ff2b631bba748f550cd136c6776fcb33906 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 25 Sep 2023 16:24:40 +0200 Subject: update image deps by using master branch --- transcoder/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'transcoder') diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index 9b533a6..ac6fe24 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -7,8 +7,7 @@ edition = "2021" jellycommon = { path = "../common" } jellybase = { path = "../base" } log = "0.4.20" -image = "0.24.7" -# image = { version = "0.24.7", features = ["avif-decoder"] } +image = { git = "https://github.com/image-rs/image", features = ["avif-decoder"] } anyhow = "1.0.75" rgb = "0.8.36" rav1e = { version = "0.6.6", default-features = false, features = [ -- cgit v1.2.3-70-g09d2