From 757b1a9194b43b805c474e83423c453095ee98af Mon Sep 17 00:00:00 2001 From: Philip Deuchler Date: Mon, 26 May 2025 11:55:27 -0600 Subject: [PATCH 1/2] Update pathfinder_simd Fixes simd features to be able to build on nightly --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05bec76..aa3b3ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ lazy_static = "1.1" libc = "0.2" log = "0.4.4" pathfinder_geometry = "0.5" -pathfinder_simd = "0.5.4" +pathfinder_simd = "0.5.5" [dependencies.freetype] version = "0.7" From 5be3e508b7d6c6096a829baf5d2d7468c2a74d5f Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 26 May 2025 14:06:42 -0400 Subject: [PATCH 2/2] Publish 0.14.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa3b3ab..1fe5cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "font-kit" -version = "0.14.2" +version = "0.14.3" authors = ["Patrick Walton "] description = "A cross-platform font loading library" license = "MIT OR Apache-2.0"