vcpkg/ports/libexif/vcpkg.json
chausner 857ebca7ea
[libexif] Update to 0.6.24 (#29178)
* Update libexif to 0.6.24

* Update CI baseline

* Update SPDX license id

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:14:51 -08:00

15 lines
305 B
JSON

{
"name": "libexif",
"version": "0.6.24",
"description": "a library for parsing, editing, and saving EXIF data",
"homepage": "https://libexif.github.io/",
"license": "LGPL-2.1-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}