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 6a86a55 commit 902929fCopy full SHA for 902929f
2 files changed
.github/dependencies.json
@@ -4,7 +4,7 @@
4
"freetype": "2.14.3",
5
"fribidi": "1.0.16",
6
"harfbuzz": "13.2.1",
7
- "highway": "1.3.0",
+ "highway": "1.4.0",
8
"jpegturbo": "3.1.4.1",
9
"jpegxl": "0.11.2",
10
"lcms2": "2.18",
depends/install_libjxl.sh
@@ -2,9 +2,9 @@
2
3
version=0.11.2
-./download-and-extract.sh highway-1.3.0 https://github.com/google/highway/archive/1.3.0.tar.gz
+./download-and-extract.sh highway-1.4.0 https://github.com/google/highway/archive/1.4.0.tar.gz
-pushd highway-1.3.0
+pushd highway-1.4.0
cmake .
make -j4 install
popd
0 commit comments