Skip to content

Commit a73a956

Browse files
committed
Update ispc
1 parent da24fdc commit a73a956

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.deps

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
wxwidgets: xlights_2026.11
1+
wxwidgets: xlights_2026.12
22

33
ispc:
4-
Currently using v1.30.0
4+
Currently using v1.31.0
55

66
ZSTD:
77
Currently using v1.5.7
@@ -24,6 +24,5 @@ Currently using 0.15.0
2424
ffmpeg:
2525
Currently using n6.1.5
2626

27-
KLightMapper:
28-
Currently using v1.2.0
29-
Closed-source iOS light-mapping framework (camera-based pixel mapping).
27+
SPIRV-Cross/glslang
28+
Latest on main as of July 7, 2026

submodules/install_ispc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
66
BASE_DEPS_DIR=$( dirname -- "${SCRIPT_DIR}" )
77

8-
ISPC_VERSION=v1.30.0
8+
ISPC_VERSION=v1.31.0
99
wget https://github.com/ispc/ispc/releases/download/${ISPC_VERSION}/ispc-${ISPC_VERSION}-macOS.universal.tar.gz
1010
tar -xzf ispc-${ISPC_VERSION}-macOS.universal.tar.gz
1111
cp ispc-${ISPC_VERSION}-macOS.universal/bin/ispc ${BASE_DEPS_DIR}/bin

0 commit comments

Comments
 (0)