aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/directx-dxc/vcpkg.json
blob: 1a4ca102bc3e76fdd00b54800aa7dc48617ffd29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
    }
  ]
}