aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tmxlite/vcpkg.json
blob: 80a34c80baf4a62e2099165fc79e378c53b18b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
  ]
}