2024-02-29 08:25:36 +00:00

49 lines
1.9 KiB
JSON

{
"version": "2024.0.12",
"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.12/slang-2024.0.12-win64.zip",
"hash": "d0b7fce1db1df360d4aa20326a9bcd61745c32594ccc307d79a8386195159ae4",
"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.12/slang-2024.0.12-win32.zip",
"hash": "c116aa52ec8c6ae30d27dfb9e6328ea203fa9fe14615e92db7bc87e37cf9e2c1",
"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.12/slang-2024.0.12-win-arm64.zip",
"hash": "1e27544a467adb64493bb94a64a2151cd61107526ec31ad8d30a2f8471b3bae9",
"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"
}
}
}
}