2022-06-04 10:51:49 +08:00
|
|
|
{
|
|
|
|
"name": "directx-dxc",
|
2024-08-02 00:53:39 +08:00
|
|
|
"version-date": "2024-07-31",
|
2022-06-04 10:51:49 +08:00
|
|
|
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
|
|
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
|
|
|
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
|
|
|
"license": null,
|
2023-03-09 06:06:20 +08:00
|
|
|
"supports": "(windows & !arm32 & !uwp & !xbox) | (linux & x64)",
|
2023-01-09 17:24:11 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2024-03-21 04:47:48 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "zlib",
|
|
|
|
"platform": "linux & !static"
|
2023-01-09 17:24:11 +08:00
|
|
|
}
|
|
|
|
]
|
2022-06-04 10:51:49 +08:00
|
|
|
}
|