Skip to content

Commit 902929f

Browse files
committed
Updated highway to 1.4.0
1 parent 6a86a55 commit 902929f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"freetype": "2.14.3",
55
"fribidi": "1.0.16",
66
"harfbuzz": "13.2.1",
7-
"highway": "1.3.0",
7+
"highway": "1.4.0",
88
"jpegturbo": "3.1.4.1",
99
"jpegxl": "0.11.2",
1010
"lcms2": "2.18",

depends/install_libjxl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
version=0.11.2
44

5-
./download-and-extract.sh highway-1.3.0 https://github.com/google/highway/archive/1.3.0.tar.gz
5+
./download-and-extract.sh highway-1.4.0 https://github.com/google/highway/archive/1.4.0.tar.gz
66

7-
pushd highway-1.3.0
7+
pushd highway-1.4.0
88
cmake .
99
make -j4 install
1010
popd

0 commit comments

Comments
 (0)