mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
ff190a561a
* update 2021-07-27 macOS -> 11.5.1, XCode -> 12.5.1 * update azure-pipelines * update sha of macfuse * change how macos-ci-base works * fix build errors * fix itpp:linux * more fixes * remove tab * allow version changes in all the remove/rename-version patches * fix libunistring for real * robert CR
33 lines
612 B
JSON
33 lines
612 B
JSON
{
|
|
"name": "selene",
|
|
"version": "0.3.1",
|
|
"port-version": 5,
|
|
"description": "A C++17 image representation, processing and I/O library.",
|
|
"homepage": "https://github.com/kmhofmann/selene",
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"opencv": {
|
|
"description": "Enable using OpenCV",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|