mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:09:02 +08:00
5f32ae982d
* [behaviortree-cpp] update to 3.5.6 * update version * update vcpkg.json * update version
12 lines
243 B
JSON
12 lines
243 B
JSON
{
|
|
"name": "behaviortree-cpp",
|
|
"version": "3.5.6",
|
|
"description": "Behavior Trees Library in C++.",
|
|
"homepage": "https://www.behaviortree.dev",
|
|
"supports": "!uwp & !osx",
|
|
"dependencies": [
|
|
"boost-coroutine2",
|
|
"cppzmq"
|
|
]
|
|
}
|