mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:21:49 +08:00
cf287a6af9
* Fix libxml2 dependency * Update versions
20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"name": "tmx",
|
|
"version": "1.2.0",
|
|
"port-version": 2,
|
|
"description": "A portable C library to load tiled maps in your games.",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
"libxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|