vcpkg/ports/tmx/vcpkg.json
chausner 933b8ab202
[tmx] Update to 1.2.0 (#21368)
* Update tmx to 1.2.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:35:11 -08:00

18 lines
297 B
JSON

{
"name": "tmx",
"version": "1.2.0",
"description": "A portable C library to load tiled maps in your games.",
"dependencies": [
"libxml2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}