vcpkg/ports/directx-dxc/vcpkg.json
Pirmin Pfeifer a6054ccaf4
[directx-dxc] Fix missing dxil.dll install (#33095)
* added missing dxil.dll install

* port version 1 -> 2

* version added

* rollback

* Updated port file

* clean x-add-version directx-dxc
2023-08-11 09:44:46 -07:00

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
}
]
}