aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tmxlite/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/tmxlite/vcpkg.json')
-rw-r--r--vcpkg/ports/tmxlite/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/tmxlite/vcpkg.json b/vcpkg/ports/tmxlite/vcpkg.json
new file mode 100644
index 0000000..80a34c8
--- /dev/null
+++ b/vcpkg/ports/tmxlite/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "tmxlite",
+ "version": "1.4.4",
+ "description": "A lightweight C++14 parsing library for tmx map files created with the Tiled map editor.",
+ "homepage": "https://github.com/fallahn/tmxlite",
+ "license": "Zlib",
+ "dependencies": [
+ "pugixml",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib",
+ "zstd"
+ ]
+}