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