vcpkg/ports/behaviortree-cpp/vcpkg.json
Sean Yen 1999412506
[behaviortree-cpp] Add new port (#12769)
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-21 15:33:35 -07:00

11 lines
236 B
JSON

{
"name": "behaviortree-cpp",
"version-string": "3.5.1",
"description": "Behavior Trees Library in C++.",
"homepage": "https://www.behaviortree.dev",
"supports": "!uwp & !osx",
"dependencies": [
"boost-coroutine2"
]
}