mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
8f236ca74d
* 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>
16 lines
308 B
JSON
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
|
|
}
|
|
]
|
|
}
|