mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 23:29:01 +08:00
18 lines
343 B
JSON
18 lines
343 B
JSON
|
{
|
||
|
"name": "recast",
|
||
|
"version": "1.5.1",
|
||
|
"port-version": 4,
|
||
|
"description": "Navigation-mesh Toolset for Games",
|
||
|
"homepage": "https://github.com/recastnavigation/recastnavigation",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|