cecd34301d Delay load DPI-related functions bfc172f702 Added exception to some unimplemented functions 7c8d469bcb Added item modifications functions 847d0e6d9e Improved keyboard navigation 8c4270e0f8 Dropdown can now be closed by re-selecting it 91402c31ec Fix dropdown positioning in x11 and win32 git-subtree-dir: libraries/ZWidget git-subtree-split: cecd34301d369400227eb0f27bad2ab41ad756d2
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"builtin-baseline": "0659bf17507c88f2da8cb196303a5b6fd862f817",
|
|
"features":
|
|
{
|
|
"vcpkg-libvpx":
|
|
{
|
|
"description": "Use libvpx provided by vcpkg on Windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "libvpx",
|
|
"default-features": false,
|
|
"platform": "(!windows & static) | (windows & static & staticcrt)"
|
|
}
|
|
]
|
|
},
|
|
"vcpkg-openal-soft":
|
|
{
|
|
"description": "Use openal-soft provided by vcpkg.",
|
|
"dependencies": [
|
|
{
|
|
"name": "openal-soft",
|
|
"default-features": false,
|
|
"platform": "(!windows & static) | (windows & static & staticcrt)"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "bzip2",
|
|
"platform": "(!windows & static) | (windows & static & staticcrt)"
|
|
},
|
|
{
|
|
"name": "libvpx",
|
|
"platform": "!windows & static"
|
|
},
|
|
{
|
|
"name": "gtk3",
|
|
"platform": "!windows & !osx & static"
|
|
},
|
|
{
|
|
"name": "glib",
|
|
"platform": "!windows & !osx & static"
|
|
}
|
|
]
|
|
}
|