mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"name": "recastnavigation",
|
|
"version": "1.6.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|