Skip to content

Commit d07cffe

Browse files
committed
Updated harfbuzz to 13.0.0
1 parent c27d24b commit d07cffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [[ -n "$IOS_SDK" ]]; then
9595
else
9696
FREETYPE_VERSION=2.14.1
9797
fi
98-
HARFBUZZ_VERSION=12.3.2
98+
HARFBUZZ_VERSION=13.0.0
9999
LIBPNG_VERSION=1.6.55
100100
JPEGTURBO_VERSION=3.1.3
101101
OPENJPEG_VERSION=2.5.4

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def cmd_msbuild(
116116
"BROTLI": "1.2.0",
117117
"FREETYPE": "2.14.1",
118118
"FRIBIDI": "1.0.16",
119-
"HARFBUZZ": "12.3.2",
119+
"HARFBUZZ": "13.0.0",
120120
"JPEGTURBO": "3.1.3",
121121
"LCMS2": "2.18",
122122
"LIBAVIF": "1.3.0",

0 commit comments

Comments
 (0)