vcpkg/ports/tmxlite/vcpkg.json
2023-12-18 13:27:22 -08:00

21 lines
420 B
JSON

{
"name": "tmxlite",
"version": "1.4.4",
"description": "A lightweight C++14 parsing library for tmx map files created with the Tiled map editor.",
"homepage": "https://github.com/fallahn/tmxlite",
"license": "Zlib",
"dependencies": [
"pugixml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
]
}