vcpkg/ports/libheif/vcpkg.json
Clinton Ingram a6c7fad33f
[libheif] Update to 1.17.5 (#35232)
* update libheif to 1.17.5

* update baseline
2023-11-21 18:52:02 -08:00

25 lines
473 B
JSON

{
"name": "libheif",
"version": "1.17.5",
"description": "libheif is an HEIF and AVIF file format decoder and encoder.",
"homepage": "http://www.libheif.org/",
"license": "LGPL-3.0-only",
"supports": "!xbox",
"dependencies": [
{
"name": "gdk-pixbuf",
"platform": "!windows"
},
"libde265",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"x265"
]
}