2024-02-06 20:23:40 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.0.3",
"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.0.3/slang-2024.0.3-win64.zip",
"hash": "a60129c2b01d6f7767e137c6a12a5eac5c55ed2f78d0d837d5b435fb75592463",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.3/slang-2024.0.3-win32.zip",
"hash": "95efd5635efc90797b55e24909bad0831587768708222236de72ae1b3c9e1c07",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.3/slang-2024.0.3-win-arm64.zip",
"hash": "8ba2bf29e193a0cf44fe07ec6a32bdce49634e66a93bfaf9d481625b14a153fe",
"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"
}
}
}
}