vcpkg/ports/tinyexif/vcpkg.json
omartijn b5141d7721
[tinyexif ] Update to fix missing cstdint include (#40777)
Co-authored-by: Martijn Otto <martijn@resolume.com>
2024-09-08 11:50:50 -07:00

18 lines
370 B
JSON

{
"name": "tinyexif",
"version-date": "2024-09-03",
"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
}
]
}