vcpkg/ports/recast/vcpkg.json
Jack·Boos·Yu 2718aa52a3
[recastnavigation] Update to 1.6.0 and use official CMakeLists (#31551)
* [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>
2023-05-23 16:49:23 -07:00

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"
]
}