18 lines
318 B
JSON
Executable file
18 lines
318 B
JSON
Executable file
{
|
|
"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"
|
|
]
|
|
}
|