aboutsummaryrefslogtreecommitdiff
path: root/ports/tmxparser/vcpkg.json
blob: 769ae662bc8c951db3150c8b3629d93f85cf3362 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "tmxparser",
  "version-string": "2.1.0",
  "port-version": 5,
  "description": "C++11 library for parsing the maps generated by the Map Editor called Tiled.",
  "dependencies": [
    "tinyxml2",
    "zlib"
  ]
}