mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 08:39:02 +08:00
a885c80a3c
Fixes #39276 vcpkg.json file in vcpkg/scripts/test_ports/vcpkg-ci-openimageio missing , character
26 lines
465 B
JSON
26 lines
465 B
JSON
{
|
|
"name": "vcpkg-ci-openimageio",
|
|
"version": "2",
|
|
"description": "OpenImageIO features testing within CI.",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "openimageio",
|
|
"features": [
|
|
"ffmpeg",
|
|
"freetype",
|
|
"gif",
|
|
"libraw",
|
|
"opencv",
|
|
"openjpeg",
|
|
{
|
|
"name": "pybind11",
|
|
"platform": "!(windows & static)"
|
|
},
|
|
"tools",
|
|
"webp"
|
|
]
|
|
}
|
|
]
|
|
}
|