{ "name": "libtcod", "version": "1.21.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/", "license": "BSD-3-Clause", "dependencies": [ "lodepng", "stb", "utf8proc", { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true }, "zlib" ], "features": { "sdl": { "description": "Support for SDL2 windows and events including OpenGL support and the libtcod context.", "dependencies": [ "glad", "sdl2" ] }, "threads": { "description": "Support for deprecated threading functions. If in doubt then leave this disabled." } } }