2024-08-16 00:33:23 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2024.9.2",
"description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.9.2/slang-2024.9.2-windows-x86_64.zip",
"hash": "c66efeaf4ff15c9fb0ccf90d8e1a2484b5ccfd2c1afecb0cf1f238e6b9ee68c4"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.9.2/slang-2024.9.2-windows-aarch64.zip",
"hash": "71fed086295e47646effe23a37f4a626477d3bfb2cf1750b106899b7141506bc"
}
},
"bin": [
"bin/slangc.exe",
"bin/slangd.exe"
],
"checkver": {
"github": "https://github.com/shader-slang/slang"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-x86_64.zip"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-aarch64.zip"
}
}
}
}