vcpkg/ports/libtcod/vcpkg.json
2021-05-18 00:53:11 -07:00

25 lines
528 B
JSON

{
"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"
]
}