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