mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:49:06 +08:00
2acace3be1
* [libavif] update to v0.10.1 * update evrsion
20 lines
398 B
JSON
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
|
|
}
|
|
]
|
|
}
|