aboutsummaryrefslogtreecommitdiff
path: root/ports/libtcod/vcpkg.json
blob: 418bddcdcbb3bbc8b37d7e5f721c162a48cc6ac6 (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
{
  "name": "libtcod",
  "version-semver": "1.18.0",
  "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"
  ]
}