mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:49:02 +08:00
a6054ccaf4
* added missing dxil.dll install * port version 1 -> 2 * version added * rollback * Updated port file * clean x-add-version directx-dxc
21 lines
523 B
JSON
21 lines
523 B
JSON
{
|
|
"name": "directx-dxc",
|
|
"version-date": "2023-03-01",
|
|
"port-version": 2,
|
|
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
|
"license": null,
|
|
"supports": "(windows & !arm32 & !uwp & !xbox) | (linux & x64)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|