mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:09:01 +08:00
d96cc41dc2
* [directx-dxc] Fixed version number to proper year * Update baseline
20 lines
494 B
JSON
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
|
|
}
|
|
]
|
|
}
|