vcpkg/ports/libyuv/vcpkg.json

24 lines
501 B
JSON
Raw Normal View History

{
"name": "libyuv",
2023-01-21 14:17:35 +08:00
"version": "1857",
2024-07-03 02:12:16 +08:00
"port-version": 1,
"description": "libyuv is an open source project that includes YUV scaling and conversion functionality",
"homepage": "https://chromium.googlesource.com/libyuv/libyuv",
2023-01-21 14:17:35 +08:00
"license": null,
"dependencies": [
"libjpeg-turbo",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
2023-01-21 14:17:35 +08:00
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
]
}