early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/arcus/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/arcus/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "arcus",
|
||||
"version-semver": "4.10.0",
|
||||
"port-version": 2,
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user