mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:39:06 +08:00
22 lines
433 B
JSON
22 lines
433 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|