2024-03-05 00:32:51 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.0.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.0.15/slang-2024.0.15-win64.zip",
"hash": "4023381158583527ea98b7a42828c90d38ed3f3763218877c7a8f3e1ff0ff4c4",
"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.15/slang-2024.0.15-win32.zip",
"hash": "f84b4a40c28c837844c48a226cb8356740d8ecf06a821737f206720009f21fe8",
"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.15/slang-2024.0.15-win-arm64.zip",
"hash": "ed07d0aadf5a8a5af7644fa9faf5ab73e5d1b6927b4d5e9e5f723cc6f08fadcf",
"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"
}
}
}
}