vcpkg/ports/tmxlite/vcpkg.json
chausner 8f236ca74d
[tmxlite] Update to 1.3.0 (#20492)
* Update tmxlite to 1.3.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-05 16:13:21 -07:00

16 lines
308 B
JSON

{
"name": "tmxlite",
"version": "1.3.0",
"description": "A lightweight C++14 parsing library for tmx map files created with the Tiled map editor.",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}