diff options
Diffstat (limited to 'vcpkg/ports/directx-dxc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/directx-dxc/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/directx-dxc/vcpkg.json b/vcpkg/ports/directx-dxc/vcpkg.json new file mode 100644 index 0000000..1a4ca10 --- /dev/null +++ b/vcpkg/ports/directx-dxc/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "directx-dxc", + "version-date": "2025-10-10", + "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" + } + ] +} |