vcpkg/ports/easyexif/vcpkg.json
Park DongHa e2667a41fc
[easyexif] create a new port (#27118)
* [easyexif] create a new port

* [easyexif] update versions JSON

* [easyexif] misc changes

* [easyexif] fix mistype in install(TARGETS)
2022-10-06 11:52:26 -07:00

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
}
]
}