aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/uvatlas/vcpkg.json
blob: c434fbe02c971bbb808fdf736f0756cd6211101c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "name": "uvatlas",
  "version-date": "2025-10-28",
  "description": "UVAtlas isochart texture atlas",
  "homepage": "https://github.com/Microsoft/UVAtlas",
  "documentation": "https://github.com/Microsoft/UVAtlas/wiki",
  "license": "MIT",
  "supports": "(windows & !arm32) | linux",
  "dependencies": [
    {
      "name": "directx-headers",
      "platform": "mingw | linux"
    },
    "directxmath",
    {
      "name": "ms-gdkx",
      "platform": "xbox"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "eigen": {
      "description": "Use Eigen & Spectra for eigen-value computations",
      "dependencies": [
        "eigen3",
        "spectra"
      ]
    },
    "spectre": {
      "description": "Build Spectre-mitigated library"
    },
    "tools": {
      "description": "uvatlas command-line tool",
      "supports": "windows & !uwp & !xbox",
      "dependencies": [
        {
          "name": "directxmesh",
          "default-features": false
        },
        {
          "name": "directxtex",
          "default-features": false
        }
      ]
    }
  }
}