diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2024-04-21 21:27:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-21 21:27:19 -0700 |
| commit | c5b855d77f6cdcc1ecb5c24de98f28347700e3c8 (patch) | |
| tree | 9e9b622b15342f9dd2d14880693ec1d488d01eff /deps | |
| parent | 51dc26eaa3895ce9493703243963a0577e318eb9 (diff) | |
Update the dependency file (#3994)
Update the dependency file to use the latest release version for
slang-llvm and slang-glslang where we added a new Linux release to
support the older version of Glibc-2.27.
Fix a type in github.sh for the glibc compatible option input for
premake5.lua.
Diffstat (limited to 'deps')
| -rw-r--r-- | deps/target-deps.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json index 0e6d5badd..b8eb77ae4 100644 --- a/deps/target-deps.json +++ b/deps/target-deps.json @@ -4,19 +4,20 @@ "dependencies" : [ { "name" : "slang-llvm", - "baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-42/", + "baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-43/", "optional" : true, "packages" : { - "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-42-win64.zip" }, - "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-42-win32.zip" }, - "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-42-linux-x86_64-release.zip" }, - "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-42-macosx-x86_64-release.zip" } + "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-43-win64.zip" }, + "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-43-win32.zip" }, + "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-43-linux-x86_64-release.zip" }, + "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "slang-llvm-v13.x-43-linux-x86_64-release-glibc-2.27.zip" }, + "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-43-macosx-x86_64-release.zip" } } }, { "name" : "slang-glslang", - "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v13.0.0.x-i/slang-glslang-13.0.0.x-i-", + "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v13.0.0.x-j/slang-glslang-13.0.0.x-j-", "optional" : true, "packages" : { |
