2025-01-27 20:27:42 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2025.3.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/v2025.3.2/slang-2025.3.2-windows-x86_64.zip",
"hash": "74a5f3509397067b5eab73795ed91a8029647085be41314b1d8797b2f4cbe7f8"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.3.2/slang-2025.3.2-windows-aarch64.zip",
"hash": "7770682fdc9dcbf22554b01825be074d54e5f8a876e1d005e215da24a5235356"
}
},
"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"
}
}
}
}