From 53166d97af0603f1039d6533ca57c41c49646ab3 Mon Sep 17 00:00:00 2001 From: Philip Deuchler Date: Mon, 1 Jul 2024 21:58:28 -0600 Subject: [PATCH 1/2] 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 } From cc8939b8f6304f6135d54c350dd956efaa3d7fbc Mon Sep 17 00:00:00 2001 From: Philip Deuchler Date: Fri, 2 Aug 2024 00:12:02 -0600 Subject: [PATCH 2/2] Update font-kit to latest --- plotters/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 9aa146c1..701075c9 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.2", optional = true } +font-kit = { version = "0.14.2", optional = true } ab_glyph = { version = "0.2.12", optional = true } once_cell = { version = "1.8.0", optional = true }