mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:41:36 +08:00
11 lines
236 B
JSON
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"
|
||
|
]
|
||
|
}
|