mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:19:07 +08:00
d1657f4c9b
* [arcus/any-lite/aixlog] Update to the latest version * update version * Apply requested changes * update version * update vcpkg.json * update version
19 lines
477 B
JSON
19 lines
477 B
JSON
{
|
|
"name": "arcus",
|
|
"version-semver": "4.10.0",
|
|
"description": "This library contains C++ bindings for creating a socket in a thread and using this socket to send and receive messages based on the Protocol Buffers library.",
|
|
"homepage": "https://github.com/Ultimaker/libArcus",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|