From 96a17db4701fa13837f173d228d1b45cb1a5316f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 21 Oct 2023 19:06:56 +0200 Subject: image-rs is very slow at pr merging, we'll use the fork for nowo --- Cargo.lock | 2 +- transcoder/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 767246b..8d5a5bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,7 +1260,7 @@ dependencies = [ [[package]] name = "image" version = "0.24.7" -source = "git+https://github.com/image-rs/image#f1e34f365133a33a27dac5bc59c93d1cfb34a37e" +source = "git+https://github.com/metamuffin/image-rs#89633ba32f9a9b9e44abc80de88040b91595f992" dependencies = [ "bytemuck", "byteorder", diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index 16bd9d9..c4fa7e8 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -8,7 +8,8 @@ jellycommon = { path = "../common" } jellybase = { path = "../base" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } -image = { git = "https://github.com/image-rs/image", features = [ +# TODO: change this back to crates.io when pr is merged +image = { git = "https://github.com/metamuffin/image-rs", features = [ "avif-decoder", ] } anyhow = "1.0.75" -- cgit v1.2.3-70-g09d2