vcpkg/ports/tinyexif/vcpkg.json
JonLiu1993 fe63cf7181
[tinyexif] update to master (#23102)
* [tinyexif] update to master

* update version
2022-02-16 09:55:30 -08:00

18 lines
370 B
JSON

{
"name": "tinyexif",
"version-date": "2022-02-15",
"description": "tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images",
"homepage": "https://github.com/cdcseacave/TinyEXIF",
"dependencies": [
"tinyxml2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}