aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/miniply/vcpkg.json
blob: 61e20ae06c7748da39a4ca9568cb1ce84fab03e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "miniply",
  "version-date": "2022-09-15",
  "port-version": 1,
  "description": "A fast and easy-to-use PLY parsing library in a single c++11 header and cpp file",
  "homepage": "https://github.com/vilya/miniply",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}