vcpkg/ports/recast/vcpkg.json
2023-02-27 12:01:43 -08:00

19 lines
364 B
JSON

{
"name": "recast",
"version": "1.5.1",
"port-version": 6,
"description": "Navigation-mesh Toolset for Games",
"homepage": "https://github.com/recastnavigation/recastnavigation",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}