vcpkg/ports/libavif/vcpkg.json
Dmitry Baryshev dc2d7dc09d
[libavif] Update 0.9.1 to 0.9.2 (#18973)
* [libavif] Update 0.9.1 -> 0.9.2

* [libavif] vcpkg x-add-version --all
2021-07-22 14:52:56 -07:00

20 lines
382 B
JSON

{
"name": "libavif",
"version-semver": "0.9.2",
"description": "Library for encoding and decoding AVIF files",
"homepage": "https://github.com/AOMediaCodec/libavif",
"supports": "!uwp & !arm",
"dependencies": [
"aom",
"libyuv",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}