mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 19:07:52 +08:00
23 lines
390 B
JSON
23 lines
390 B
JSON
|
{
|
||
|
"name": "vcpkg-ci-openimageio",
|
||
|
"version": "1",
|
||
|
"description": "OpenImageIO features testing within CI.",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "openimageio",
|
||
|
"features": [
|
||
|
"ffmpeg",
|
||
|
"freetype",
|
||
|
"gif",
|
||
|
"libraw",
|
||
|
"opencv",
|
||
|
"openjpeg",
|
||
|
"pybind11",
|
||
|
"tools",
|
||
|
"webp"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|