2024-12-02 20:29:53 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2024.15",
"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.15/slang-2024.15-windows-x86_64.zip",
"hash": "f801ed0d521faa5b44a74208962c8c146c0507def37f44b38e85596c4399b1bf"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.15/slang-2024.15-windows-aarch64.zip",
"hash": "68deefb4afc0da26ad03644d2bbe9267f134357933fdec1fc54d31201ea3d9d4"
}
},
"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"
}
}
}
}