From 8e9ee5206f977fd4b41a6971e7aa40850712c247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fernandes?= Date: Sat, 23 May 2026 16:41:05 +0100 Subject: [PATCH] Update harfbuzz and freetype Tested in linux x86, name rendering looks fine --- build.zig.zon | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index a5e09c3..ded1782 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -9,12 +9,12 @@ .hash = "N-V-__8AAL40TADEbrysYHBl-UIZO4KiG4chP8pLDVDINGH4", }, .harfbuzz = .{ - .url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/8.2.2.tar.gz", - .hash = "N-V-__8AAMnvlQXSfQ493UdwXL4VBQdgWMtBZJM2016lE2ns", + .url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/14.2.0.tar.gz", + .hash = "N-V-__8AANNd5gWPznhuFRVWGtfvc83FAFweN1R__C1J_BaG", }, .freetype = .{ - .url = "https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-2.tar.gz", - .hash = "N-V-__8AAKLKpwC4H27Ps_0iL3bPkQb-z6ZVSrB-x_3EEkub", + .url = "https://github.com/freetype/freetype/archive/refs/tags/VER-2-14-3.tar.gz", + .hash = "N-V-__8AAGJsqgDtM-7hGxs3GiSanZStnUfFiuHmioYRK3hN", }, .glslang = .{ .url = "https://codeberg.org/Games-by-Mason/glslang_zig/archive/v1.0.1+1.4.309.tar.gz",