aboutsummaryrefslogtreecommitdiff
path: root/ports/vxl/vcpkg.json
blob: c039f14ae26719ba34fcd98c7124ec0f57767ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "vxl",
  "version-string": "2.0.2",
  "port-version": 3,
  "description": "A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.",
  "dependencies": [
    "bzip2",
    "expat",
    "libgeotiff",
    "libjpeg-turbo",
    "libpng",
    "shapelib",
    "tiff",
    "zlib"
  ],
  "features": {
    "core-imaging": {
      "description": "core-imaging support for vxl"
    }
  }
}