1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "name": "vcpkg-ci-box2d", "version-string": "ci", "description": "Port to validate box2d", "homepage": "https://github.com/microsoft/vcpkg", "license": "MIT", "dependencies": [ { "name": "box2d", "default-features": false }, { "name": "vcpkg-cmake", "host": true } ] }