mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
2d15043211
* [recast] Export unofficial target * update version record * Export INTERFACE_INCLUDE_DIRECTORIES * Export more include dirs. * Update versions/r-/recast.json
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
|
|
}
|
|
]
|
|
}
|