vcpkg/ports/libtcod/vcpkg.json
Kyle Benesch c0b44ddb14
[libtcod] Update to 1.20.1 (#22524)
* [libtcod] Update to 1.20.1

* Current versions do not follow semantic versioning.

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-01-18 13:55:44 -08:00

25 lines
521 B
JSON

{
"name": "libtcod",
"version": "1.20.1",
"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"
]
}