mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
b5141d7721
Co-authored-by: Martijn Otto <martijn@resolume.com>
18 lines
370 B
JSON
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
|
|
}
|
|
]
|
|
}
|