mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:19:15 +08:00
11 lines
196 B
JSON
11 lines
196 B
JSON
|
{
|
||
|
"name": "tmx",
|
||
|
"version-string": "1.1.0",
|
||
|
"port-version": 1,
|
||
|
"description": "A portable C library to load tiled maps in your games.",
|
||
|
"dependencies": [
|
||
|
"libxml2",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|