Locietta 792039d5b2
dxc: Add version 1.7.2212.1 (#4606)
* dxc: Add version 1.7.2212.1

* dxc: remove env, use shimming

* Apply suggestions from code review

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-03-30 16:14:22 +05:30

30 lines
1.1 KiB
JSON

{
"version": "1.7.2212.1",
"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.7.2212.1/dxc_2023_03_01.zip",
"hash": "e4e8cb7326ff7e8a791acda6dfb0cb78cc96309098bfdb0ab1e465dc29162422",
"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"
}
}