vcpkg/ports/libdatachannel/vcpkg.json
crisboarna 578406cc8b
[libdatachannel] chore(version): updated to 0.17.8 (#25522)
* [libdatachannel] chore(version): updated to 0.17.7

* [libdatachannel] chore(version): updated to 0.17.7 version

* [libdatachannel] chore(version): updated to 0.17.7 version sha

* update version

* [libdatachannel] update version to 0.17.8

* del version

* update version

* format patch

* overwrite version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-07-05 08:41:51 -07:00

39 lines
954 B
JSON

{
"name": "libdatachannel",
"version-semver": "0.17.8",
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
"homepage": "https://github.com/paullouisageneau/libdatachannel",
"license": "LGPL-2.1-only",
"dependencies": [
"libjuice",
"openssl",
"plog",
"usrsctp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"ws"
],
"features": {
"srtp": {
"description": "Use Cisco's libSRTP for media transport.",
"dependencies": [
"libsrtp"
]
},
"stdcall": {
"description": "Use stdcall convention in callbacks"
},
"ws": {
"description": "Web Socket support"
}
}
}