mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:29:01 +08:00
cad7402638
* [directx-dxc] update port for July 2022 release and native ARM64 support * Update baseline * Update directxtk12 port for hotfix * Update baseline * Update directx-dxc.json Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
10 lines
343 B
JSON
10 lines
343 B
JSON
{
|
|
"name": "directx-dxc",
|
|
"version-date": "2022-07-18",
|
|
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
|
"license": null,
|
|
"supports": "windows & (x64 | arm64) & !uwp & !staticcrt"
|
|
}
|