mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
19 lines
326 B
JSON
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"
|
|
]
|
|
}
|