From 550f9c0cae0971868afc9bdd09021d34145f4836 Mon Sep 17 00:00:00 2001 From: Colin Rofls Date: Fri, 7 Feb 2025 13:00:56 -0500 Subject: [PATCH] [chore] Update write-fonts This brings in a patch that makes our varstore generation more closely match fonttools. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4d05223d..9739b07f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ rayon = "1.6" icu_properties = "2.0.0-beta1" # fontations etc -write-fonts = { version = "0.34.0", features = ["serde", "read"] } -skrifa = "0.27.0" +write-fonts = { version = "0.35.0", features = ["serde", "read"] } +skrifa = "0.28.0" norad = { version = "0.15.0", default-features = false } # dev dependencies