diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2023-02-15 16:02:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 16:02:11 -0500 |
| commit | 266dc667485b38e16877cb9868873619e1b263e9 (patch) | |
| tree | 4c61bc2a1585302aab5bb153a9dc3aea7a81738d | |
| parent | f13e0802a7266c37592f8a36766fdaeb58d11c3a (diff) | |
Upgrade to GLSLANG 12.0.0 binaries (#2652)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Upgrade GLSLANG binaries to 12.0.0
| -rw-r--r-- | deps/target-deps.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json index 7d5ac3b0b..b8edc8006 100644 --- a/deps/target-deps.json +++ b/deps/target-deps.json @@ -16,16 +16,16 @@ }, { "name" : "slang-glslang", - "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v11.12.0-32/", + "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v12.0.0/slang-glslang-12.0.0-", "optional" : true, "packages" : { - "windows-x86_64" : { "type" : "url", "path" : "slang-glslang-11.12.0-32-windows-x64-release.zip" }, - "windows-x86" : { "type": "url", "path" : "slang-glslang-11.12.0-32-windows-win32-release.zip" }, - "linux-x86_64" : { "type": "url", "path" : "slang-glslang-11.12.0-32-linux-x64-release.zip" }, - "linux-x86" : { "type": "url", "path" : "slang-glslang-11.12.0-32-linux-x86-release.zip" }, - "macosx-x86_64" : { "type": "url", "path" : "slang-glslang-11.12.0-32-macosx-x86_64-release.zip" }, - "windows-aarch64" : { "type" : "url", "path" : "slang-glslang-11.12.0-32-windows-aarch64-release.zip" } + "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" : { "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" } } }, { |
