vcpkg/ports/tmxparser/vcpkg.json
Thomas1664 af031ae388
[tmxparser] Update to master (#28139)
* [tmxparser] Update to master

* version

* Remove from baseline

* Disable Werror

* version

* Fix cmake

* version
2022-12-13 17:43:28 -08:00

20 lines
391 B
JSON

{
"name": "tmxparser",
"version-date": "2019-10-14",
"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"
]
}