aboutsummaryrefslogtreecommitdiff
path: root/ports/tmx/vcpkg.json
blob: bad3ca97e2ea1d0685a4088cfe94d320c783aca8 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "tmx",
  "version-string": "1.1.0",
  "port-version": 1,
  "description": "A portable C library to load tiled maps in your games.",
  "dependencies": [
    "libxml2",
    "zlib"
  ]
}