19 lines
318 B
JSON
19 lines
318 B
JSON
|
{
|
||
|
"name": "tmx",
|
||
|
"version": "1.2.0",
|
||
|
"port-version": 1,
|
||
|
"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"
|
||
|
]
|
||
|
}
|