From 53166d97af0603f1039d6533ca57c41c49646ab3 Mon Sep 17 00:00:00 2001 From: Philip Deuchler Date: Mon, 1 Jul 2024 21:58:28 -0600 Subject: [PATCH] Bump font-kit to latest Brings in updated pathfinder_simd code that removes unneeded feature --- plotters/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 0ba956c9..9aa146c1 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -35,7 +35,7 @@ path = "../plotters-svg" ttf-parser = { version = "0.20.0", optional = true } lazy_static = { version = "1.4.0", optional = true } pathfinder_geometry = { version = "0.5.1", optional = true } -font-kit = { version = "0.13.0", optional = true } +font-kit = { version = "0.13.2", optional = true } ab_glyph = { version = "0.2.12", optional = true } once_cell = { version = "1.8.0", optional = true }