vcpkg/ports/libavif/vcpkg.json
2023-04-13 14:50:45 -07:00

21 lines
419 B
JSON

{
"name": "libavif",
"version-semver": "0.11.1",
"port-version": 1,
"description": "Library for encoding and decoding AVIF files",
"homepage": "https://github.com/AOMediaCodec/libavif",
"license": "BSD-2-Clause AND Apache-2.0",
"dependencies": [
"aom",
"libyuv",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}