2023-05-31 00:33:55 +00:00

49 lines
1.9 KiB
JSON

{
"version": "0.28.1",
"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/v0.28.1/slang-0.28.1-win64.zip",
"hash": "f80838dee0e9c9bcfcca13a853094ea00d2e38b8e8fe7c6842336f9b1debcc0c",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.28.1/slang-0.28.1-win32.zip",
"hash": "349ff136c530c8bec338f8c3a8f09b5cf3aeb6e2edce347e5d43b11f40ebe9eb",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.28.1/slang-0.28.1-win-arm64.zip",
"hash": "51271fa248924b7f1075b3e4e482cd4b7b9c3fbcd2afc1e99e446f80bfeb54bd",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/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-win64.zip"
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win32.zip"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win-arm64.zip"
}
}
}
}