diff options
| -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" } } }, { |
