vcpkg/ports/recastnavigation/vcpkg.json

18 lines
353 B
JSON
Raw Normal View History

{
"name": "recastnavigation",
"version": "1.6.0",
"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
}
]
}