pineapple/externals/vcpkg/ports/tmxparser/vcpkg.json

11 lines
225 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "tmxparser",
"version-string": "2.1.0",
"port-version": 6,
"description": "C++11 library for parsing the maps generated by the Map Editor called Tiled.",
"dependencies": [
"tinyxml2",
"zlib"
]
}