1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "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" ] }