2024-08-21 08:29:00 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2024.10",
"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.10/slang-2024.10-windows-x86_64.zip",
"hash": "c4e9baa4e114cece6c4bb756e230882222e714a90f90c502905e6a8f75796959"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.10/slang-2024.10-windows-aarch64.zip",
"hash": "5e5220c472e77a4491b79d10293c22c24fdc1658b610d52b15db335c6ebda0ff"
}
},
"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"
}
}
}
}