mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
2718aa52a3
* [recast] Update to 1.6.0 and use official CMakeLists * version bump * Use VERSION instead * version * New port recastnavigation and set recast depends on it. * version * Apply suggestion * version * version * Apply suggestion * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
11 lines
294 B
JSON
11 lines
294 B
JSON
{
|
|
"name": "recast",
|
|
"version-string": "deprecated",
|
|
"description": "A stub package that pulls in recastnavigation. Do not depend on this package.",
|
|
"homepage": "https://github.com/recastnavigation/recastnavigation",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"recastnavigation"
|
|
]
|
|
}
|