mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
17 lines
399 B
JSON
17 lines
399 B
JSON
|
{
|
||
|
"name": "libtcod",
|
||
|
"version-string": "1.16.6",
|
||
|
"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",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|