aboutsummaryrefslogtreecommitdiff
path: root/ports/libtcod/vcpkg.json
blob: 2201f169423abd52b96b0df11abb1723369a2284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "libtcod",
  "version-semver": "1.16.7",
  "port-version": 2,
  "maintainers": "Kyle Benesch <4b796c65+github@gmail.com>",
  "description": "Common algorithms and tools for roguelikes.",
  "homepage": "https://github.com/libtcod/libtcod",
  "documentation": "https://libtcod.readthedocs.io/en/latest/",
  "dependencies": [
    "glad",
    "lodepng-c",
    "sdl2",
    "stb",
    "utf8proc",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}