aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tmx/vcpkg.json
blob: c9a95fdbef7cb71375b2ad3e0787af2b1419b5d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "tmx",
  "version": "1.10.0",
  "description": "A portable C library to load tiled maps in your games.",
  "license": "BSD-2-Clause",
  "dependencies": [
    "libxml2",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}