vcpkg/ports/tmx/vcpkg.json
2024-04-01 13:47:17 -07:00

19 lines
326 B
JSON

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