aboutsummaryrefslogtreecommitdiff
path: root/ports/behaviortree-cpp/vcpkg.json
blob: 5e06c5124fc56c96bf21577eae10e145b44384e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "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"
  ]
}