aboutsummaryrefslogtreecommitdiff
path: root/ports/behaviortree-cpp/vcpkg.json
blob: 97731b09c7771475266c7863978bf30763058de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "behaviortree-cpp",
  "version-string": "3.5.1",
  "port-version": 1,
  "description": "Behavior Trees Library in C++.",
  "homepage": "https://www.behaviortree.dev",
  "supports": "!uwp & !osx",
  "dependencies": [
    "boost-coroutine2",
    "cppzmq"
  ]
}