vcpkg/ports/directx-dxc/vcpkg.json
Chuck Walbourn d96cc41dc2
[directx-dxc] Fix version year for port (#30063)
* [directx-dxc] Fixed version number to proper year

* Update baseline
2023-03-07 11:00:07 -08:00

20 lines
494 B
JSON

{
"name": "directx-dxc",
"version-date": "2023-03-01",
"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) | (linux & x64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}