aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rply/vcpkg.json
blob: 87cc0b978788d2c74b91a207a42799d795be7016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "rply",
  "version": "1.1.4",
  "port-version": 4,
  "description": "ANSI C Library for PLY file format input and output",
  "homepage": "http://w3.impa.br/~diego/software/rply",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}