mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 06:49:02 +08:00
dbb323c091
Updates the DXC complier and DirectX 12 Headers for the *DirectX 12 Agility SDK* release for GDC 2024.
20 lines
502 B
JSON
20 lines
502 B
JSON
{
|
|
"name": "directx-dxc",
|
|
"version-date": "2024-03-07",
|
|
"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
|
|
}
|
|
]
|
|
}
|