vcpkg/ports/libheif/vcpkg.json
JonLiu1993 fa14828340
[libheif] update to v1.12.0 (#20924)
* [libheif] update to v1.12.0

* update version
2021-10-26 23:42:55 -07:00

23 lines
398 B
JSON

{
"name": "libheif",
"version": "1.12.0",
"description": "Open h.265 video codec implementation.",
"homepage": "http://www.libheif.org/",
"dependencies": [
{
"name": "gdk-pixbuf",
"platform": "!windows"
},
"libde265",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"x265"
]
}