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 /transcoder/Cargo.toml | |
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
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r-- | transcoder/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |