2024-07-31 20:25:59 +00:00

30 lines
1.1 KiB
JSON

{
"version": "1.8.2407",
"description": "DirectXShaderCompiler is a collection of tools, libraries and tests for compiling HLSL into DXIL, SPIR-V, and other target languages.",
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
"license": {
"identifier": "UIUC",
"url": "https://github.com/microsoft/DirectXShaderCompiler/blob/main/LICENSE.TXT"
},
"url": "https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2407/dxc_2024_07_31.zip",
"hash": "e2627f004f0f9424d8c71ea1314d04f38c5a5096884ae9217f1f18bd320267b5",
"architecture": {
"64bit": {
"bin": "bin/x64/dxc.exe"
},
"32bit": {
"bin": "bin/x86/dxc.exe"
},
"arm64": {
"bin": "bin/arm64/dxc.exe"
}
},
"checkver": {
"github": "https://github.com/microsoft/DirectXShaderCompiler",
"regex": "v(?<version>[\\d.]+)/dxc_(?<date>[\\d_]+)"
},
"autoupdate": {
"url": "https://github.com/microsoft/DirectXShaderCompiler/releases/download/v$matchVersion/dxc_$matchDate.zip"
}
}