aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyexif/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/tinyexif/vcpkg.json')
-rw-r--r--vcpkg/ports/tinyexif/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/tinyexif/vcpkg.json b/vcpkg/ports/tinyexif/vcpkg.json
new file mode 100644
index 0000000..021b860
--- /dev/null
+++ b/vcpkg/ports/tinyexif/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "tinyexif",
+ "version": "1.0.3",
+ "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
+ }
+ ]
+}