From ea5d4ca670517d670facba1c0aaeee9b7ba104ca Mon Sep 17 00:00:00 2001 From: Philip Deuchler Date: Mon, 22 Jul 2024 20:20:38 -0600 Subject: [PATCH] Bump pathfinder_simd to latest (0.5.4) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd98c59..74ee625 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.3" +pathfinder_simd = "0.5.4" [dependencies.freetype] version = "0.7"