2020-08-22 06:33:35 +08:00
|
|
|
{
|
|
|
|
"name": "behaviortree-cpp",
|
2021-04-10 00:42:55 +08:00
|
|
|
"version": "3.5.6",
|
2023-03-07 07:44:04 +08:00
|
|
|
"port-version": 3,
|
2020-08-22 06:33:35 +08:00
|
|
|
"description": "Behavior Trees Library in C++.",
|
|
|
|
"homepage": "https://www.behaviortree.dev",
|
2021-09-17 23:20:57 +08:00
|
|
|
"supports": "!uwp",
|
2020-08-22 06:33:35 +08:00
|
|
|
"dependencies": [
|
2020-08-25 01:33:57 +08:00
|
|
|
"boost-coroutine2",
|
2023-03-07 07:44:04 +08:00
|
|
|
"cppzmq",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2020-08-22 06:33:35 +08:00
|
|
|
]
|
|
|
|
}
|