aboutsummaryrefslogtreecommitdiff
path: root/ports/tmxlite/vcpkg.json
blob: 66cbcf47d239df3869c871ef75ab68f9da3776f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "tmxlite",
  "version": "1.3.0",
  "description": "A lightweight C++14 parsing library for tmx map files created with the Tiled map editor.",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}