blob: 4b28151a880204a8c2730032df97b8cef2d9f3f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"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"
]
}
|