2025-09-24 12:31:53 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.17.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/v2025.17.1/slang-2025.17.1-windows-x86_64.zip",
"hash": "64887eecdf1804119e364da89bec671907c7290b39ed02ecff0eaf0e442ff1fd"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.17.1/slang-2025.17.1-windows-aarch64.zip",
"hash": "2c13759bf857aebe3c1667861cd87c62a989dd05b853c38fcd4520302efadf7c"
}
},
"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"
}
}
}
}