vcpkg/ports/libtcod/vcpkg.json
Kyle Benesch 7c23c13db0
[libtcod] Update to 1.16.7 (#17032)
* [libtcod] Update to 1.16.7

* [libtcod] Change to using version-semver in manifest.

* Apply suggestions from code review

* fixup! Apply suggestions from code review

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-05-06 17:42:04 -07:00

26 lines
549 B
JSON

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