fix: enable ab_glyph font backend for plotters
Some checks failed
CI / Check / Test (push) Failing after 42s

This commit is contained in:
2026-06-03 00:09:10 +02:00
parent cb611bcc7d
commit 8429d13db0

View File

@@ -10,6 +10,6 @@ tracing = { workspace = true }
image = "0.25" image = "0.25"
imageproc = "0.25" imageproc = "0.25"
ab_glyph = "0.2" ab_glyph = "0.2"
plotters = { version = "0.3", default-features = false, features = ["bitmap_backend", "bitmap_encoder"] } plotters = { version = "0.3", default-features = false, features = ["bitmap_backend", "bitmap_encoder", "ab_glyph"] }
tokio = { workspace = true, features = ["process"] } tokio = { workspace = true, features = ["process"] }
tempfile = "3" tempfile = "3"