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