diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-21 19:06:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-21 19:06:56 +0200 |
commit | 96a17db4701fa13837f173d228d1b45cb1a5316f (patch) | |
tree | d636fc519d27c78d2cec0d8e6125159e7a2226e0 | |
parent | 45dbdfebdb9c194af2ff25a8fa2fd574b757a06c (diff) | |
download | jellything-96a17db4701fa13837f173d228d1b45cb1a5316f.tar jellything-96a17db4701fa13837f173d228d1b45cb1a5316f.tar.bz2 jellything-96a17db4701fa13837f173d228d1b45cb1a5316f.tar.zst |
image-rs is very slow at pr merging, we'll use the fork for nowo
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | transcoder/Cargo.toml | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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" |