mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
e2667a41fc
* [easyexif] create a new port * [easyexif] update versions JSON * [easyexif] misc changes * [easyexif] fix mistype in install(TARGETS)
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"name": "easyexif",
|
|
"version-date": "2022-10-07",
|
|
"description": "Tiny ISO-compliant C++ EXIF parsing library, third-party dependency free",
|
|
"homepage": "https://github.com/mayanklahiri/easyexif",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|