vcpkg/ports/recastnavigation/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

18 lines
353 B
JSON

{
"name": "recastnavigation",
"version": "1.6.0",
"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
}
]
}