mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:20:28 +08:00
6dd9fb81eb
Update for latest releases of the DirectXCompiler and DirectX 12 Agility SDK. https://devblogs.microsoft.com/directx/agility-sdk-1-614-0/ https://devblogs.microsoft.com/directx/dxc-1-8-2405-available/
24 lines
573 B
JSON
24 lines
573 B
JSON
{
|
|
"name": "directx-dxc",
|
|
"version-date": "2024-05-28",
|
|
"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
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "linux & !static"
|
|
}
|
|
]
|
|
}
|