mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:28:59 +08:00
7c23c13db0
* [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>
26 lines
549 B
JSON
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"
|
|
]
|
|
}
|