summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
Diffstat (limited to 'deps')
-rw-r--r--deps/target-deps.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json
index 861f18289..142265d2f 100644
--- a/deps/target-deps.json
+++ b/deps/target-deps.json
@@ -15,6 +15,20 @@
}
},
{
+ "name" : "slang-glslang",
+ "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v11.10.0/",
+ "optional" : true,
+ "packages" :
+ {
+ "windows-x86_64" : { "type" : "url", "path" : "slang-glslang-11.10.0-windows-x64-release.zip" },
+ "windows-x86" : { "type": "url", "path" : "slang-glslang-11.10.0-windows-win32-release.zip" },
+ "linux-x86_64" : { "type": "url", "path" : "slang-glslang-11.10.0-linux-x64-release.zip" },
+ "linux-x86" : { "type": "url", "path" : "slang-glslang-11.10.0-linux-x86-release.zip" },
+ "macosx-x86_64" : { "type": "url", "path" : "slang-glslang-11.10.0-macosx-x86_64-release.zip" },
+ "windows-aarch64" : { "type" : "url", "path" : "slang-glslang-11.10.0-windows-aarch64-release.zip" }
+ }
+ },
+ {
"name" : "dxc",
"type" : "submodule"
},