vcpkg/ports/tmx/vcpkg.json
2024-11-06 20:56:19 -08:00

19 lines
327 B
JSON

{
"name": "tmx",
"version": "1.10.0",
"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"
]
}