yuzu/externals/vcpkg/ports/tmx/vcpkg.json

19 lines
318 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"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"
]
}