2022-07-29 13:19:42 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-ci-openimageio",
|
2024-07-02 04:05:26 +08:00
|
|
|
"version-string": "ci",
|
|
|
|
"description": "OpenImageIO testing within CI.",
|
2022-07-29 13:19:42 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "openimageio",
|
2024-07-02 04:05:26 +08:00
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"openimageio-features"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"openimageio-features": {
|
|
|
|
"description": "Enable OpenImageIO features",
|
|
|
|
"dependencies": [
|
2024-04-24 03:21:24 +08:00
|
|
|
{
|
2024-07-02 04:05:26 +08:00
|
|
|
"name": "openimageio",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"ffmpeg",
|
|
|
|
"freetype",
|
|
|
|
"gif",
|
|
|
|
"libraw",
|
2024-07-06 01:36:32 +08:00
|
|
|
"opencolorio",
|
2024-07-02 04:05:26 +08:00
|
|
|
"opencv",
|
|
|
|
"openjpeg",
|
|
|
|
{
|
|
|
|
"name": "pybind11",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
|
|
|
"tools",
|
|
|
|
"webp"
|
|
|
|
]
|
|
|
|
}
|
2022-07-29 13:19:42 +08:00
|
|
|
]
|
|
|
|
}
|
2024-07-02 04:05:26 +08:00
|
|
|
}
|
2022-07-29 13:19:42 +08:00
|
|
|
}
|