diff options
Diffstat (limited to 'deps')
| -rw-r--r-- | deps/target-deps.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json index b8eb77ae4..250d5fa1a 100644 --- a/deps/target-deps.json +++ b/deps/target-deps.json @@ -17,14 +17,14 @@ }, { "name" : "slang-glslang", - "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v13.0.0.x-j/slang-glslang-13.0.0.x-j-", + "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v13.0.0.x-k/slang-glslang-13.0.0.x-k-", "optional" : true, "packages" : { "windows-x86_64" : { "type" : "url", "path" : "windows-x64-release.zip" }, "windows-x86" : { "type": "url", "path" : "windows-win32-release.zip" }, "linux-x86_64" : { "type": "url", "path" : "linux-x64-release.zip" }, - "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "linux-x64-release-glibc-2.27.zip" }, + "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "linux-x64-release-glibc-2.17.zip" }, "linux-x86" : { "type": "url", "path" : "linux-x86-release.zip" }, "macosx-x86_64" : { "type": "url", "path" : "macosx-x86_64-release.zip" }, "windows-aarch64" : { "type" : "url", "path" : "windows-aarch64-release.zip" } |
