mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:49:01 +08:00
21 lines
412 B
JSON
21 lines
412 B
JSON
{
|
|
"name": "tmxparser",
|
|
"version-date": "2019-10-14",
|
|
"port-version": 1,
|
|
"description": "C++11 library for parsing the maps generated by the Map Editor called Tiled.",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"tinyxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|