mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
66dc12b3fa
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"name": "behaviortree-cpp",
|
|
"version": "3.5.6",
|
|
"port-version": 1,
|
|
"description": "Behavior Trees Library in C++.",
|
|
"homepage": "https://www.behaviortree.dev",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-coroutine2",
|
|
"cppzmq"
|
|
]
|
|
}
|