mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
46e25a10d7
* wip Apply suggestions from code review Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * [vcpkg_acquire_msys] Trim list of packages. Introduce defaults. * [behaviortree-cpp] Fix dynamic dependency on ZMQ Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"name": "behaviortree-cpp",
|
|
"version-string": "3.5.1",
|
|
"port-version": 2,
|
|
"description": "Behavior Trees Library in C++.",
|
|
"homepage": "https://www.behaviortree.dev",
|
|
"supports": "!uwp & !osx",
|
|
"dependencies": [
|
|
"boost-coroutine2",
|
|
"cppzmq"
|
|
]
|
|
}
|