mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
5fbb091fcc
* [behaviortree-cpp] Update version to 4.3.7 * version
20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"name": "behaviortree-cpp",
|
|
"version": "4.3.7",
|
|
"description": "Behavior Trees Library in C++.",
|
|
"homepage": "https://www.behaviortree.dev",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-coroutine2",
|
|
"cppzmq",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|