1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{
"name": "vcpkg-ci-openimageio",
"version-string": "ci",
"port-version": 1,
"description": "OpenImageIO testing within CI.",
"license": "MIT",
"dependencies": [
{
"name": "openimageio",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
}
],
"default-features": [
"openimageio-features"
],
"features": {
"openimageio-features": {
"description": "Enable OpenImageIO features",
"dependencies": [
{
"name": "openimageio",
"default-features": false,
"features": [
"ffmpeg",
"freetype",
"gif",
"libheif",
"libraw",
"opencolorio",
"opencv",
"openjpeg",
{
"name": "pybind11",
"platform": "!(windows & static) & !uwp & !mingw"
},
"tools",
"viewer",
"webp"
]
}
]
}
}
}
|