mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:19:01 +08:00
857ebca7ea
* 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>
15 lines
305 B
JSON
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
|
|
}
|
|
]
|
|
}
|