aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyply/vcpkg.json
blob: 3c93b6641751a2ac8f340f512c5f2f4f2b2c73aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tinyply",
  "version": "2.3.4",
  "description": "C++11 ply 3d mesh format importer & exporter",
  "homepage": "https://github.com/ddiakopoulos/tinyply",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}