aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libe57format/vcpkg.json
blob: 940cbf8579b1b6b6bce7ce3966addccd208efb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libe57format",
  "version": "3.3.0",
  "description": "A library to provide read & write support for the E57 file format.",
  "homepage": "https://github.com/asmaloney/libE57Format",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "xerces-c"
  ]
}