vcpkg/ports/libavif/vcpkg.json
JonLiu1993 2acace3be1
[libavif] update to v0.10.1 (#25510)
* [libavif] update to v0.10.1

* update evrsion
2022-07-05 14:59:22 -07:00

20 lines
398 B
JSON

{
"name": "libavif",
"version-semver": "0.10.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
}
]
}