Files
movies-diary/crates/adapters/wrapup-renderer/Cargo.toml
Gabriel Kaszewski 8429d13db0
Some checks failed
CI / Check / Test (push) Failing after 42s
fix: enable ab_glyph font backend for plotters
2026-06-03 00:09:10 +02:00

16 lines
419 B
TOML

[package]
name = "wrapup-renderer"
version = "0.1.0"
edition = "2024"
[dependencies]
domain = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
image = "0.25"
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"