aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ptex/vcpkg.json
blob: 682b7c1915b9b3a1e2247c2f7d748b790d9bf207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "ptex",
  "version": "2.4.3",
  "port-version": 1,
  "description": "Per-Face Texture Mapping for Production Rendering.",
  "homepage": "https://github.com/wdas/ptex",
  "license": "BSD-3-Clause",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}