fix: render genres via SlideRenderer, enable AVIF decoding, add poster fetch logging
Some checks failed
CI / Check / Test (push) Failing after 42s

This commit is contained in:
2026-06-03 00:19:18 +02:00
parent 7155bea78e
commit 86639853d2
5 changed files with 60 additions and 68 deletions

View File

@@ -7,9 +7,8 @@ edition = "2024"
domain = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
image = "0.25"
image = { version = "0.25", features = ["avif"] }
imageproc = "0.25"
ab_glyph = "0.2"
plotters = { version = "0.3", default-features = false, features = ["bitmap_backend", "bitmap_encoder", "ab_glyph"] }
tokio = { workspace = true, features = ["process"] }
tempfile = "3"