mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
25 lines
528 B
JSON
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"
|
|
]
|
|
}
|