feat: font rendering + logo branding on wrapup slides
Some checks failed
CI / Check / Test (push) Failing after 43s

This commit is contained in:
2026-06-02 23:16:55 +02:00
parent 21c33b169e
commit efd1214a4c
5 changed files with 368 additions and 87 deletions

View File

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