We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1194a commit b3d1836Copy full SHA for b3d1836
.github/workflows/wheels-dependencies.sh
@@ -98,7 +98,7 @@ if [[ -n "$IOS_SDK" ]]; then
98
else
99
FREETYPE_VERSION=2.14.1
100
fi
101
-HARFBUZZ_VERSION=11.5.0
+HARFBUZZ_VERSION=12.1.0
102
LIBPNG_VERSION=1.6.50
103
JPEGTURBO_VERSION=3.1.2
104
OPENJPEG_VERSION=2.5.4
winbuild/build_prepare.py
@@ -116,7 +116,7 @@ def cmd_msbuild(
116
"BROTLI": "1.1.0",
117
"FREETYPE": "2.14.1",
118
"FRIBIDI": "1.0.16",
119
- "HARFBUZZ": "11.5.0",
+ "HARFBUZZ": "12.1.0",
120
"JPEGTURBO": "3.1.2",
121
"LCMS2": "2.17",
122
"LIBAVIF": "1.3.0",
0 commit comments