vcpkg/ports/recast/vcpkg.json

19 lines
364 B
JSON
Raw Normal View History

{
"name": "recast",
"version": "1.5.1",
2023-02-28 04:01:43 +08:00
"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
}
]
}