mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
c0b44ddb14
* [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>
25 lines
521 B
JSON
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"
|
|
]
|
|
}
|