aboutsummaryrefslogtreecommitdiff
path: root/transcoder/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r--transcoder/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml
index c4fa7e8..1416c10 100644
--- a/transcoder/Cargo.toml
+++ b/transcoder/Cargo.toml
@@ -9,9 +9,10 @@ jellybase = { path = "../base" }
jellyremuxer = { path = "../remuxer" }
log = { workspace = true }
# TODO: change this back to crates.io when pr is merged
-image = { git = "https://github.com/metamuffin/image-rs", features = [
- "avif-decoder",
-] }
+image = "0.24.7"
+# image = { git = "https://github.com/metamuffin/image-rs", features = [
+# "avif-decoder",
+# ] }
anyhow = "1.0.75"
rgb = "0.8.36"
rav1e = { version = "0.6.6", default-features = false, features = [