mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 19:53:39 +08:00
933b8ab202
* Update tmx to 1.2.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
297 B
JSON
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"
|
|
]
|
|
}
|