mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:49:00 +08:00
dc2d7dc09d
* [libavif] Update 0.9.1 -> 0.9.2 * [libavif] vcpkg x-add-version --all
20 lines
382 B
JSON
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
|
|
}
|
|
]
|
|
}
|