2024-09-30 12:31:57 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2024.13",
"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.13/slang-2024.13-windows-x86_64.zip",
"hash": "b31d7e4211d6358b8fb9411668fc1a8125693f05a2b3340221f7d379af32c1e5"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.13/slang-2024.13-windows-aarch64.zip",
"hash": "40a7d81d1e56a34d30ca44bcbfae788bb5f5192f2ee21f5705fe3a47df034648"
}
},
"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"
}
}
}
}