vcpkg/ports/libdatachannel/vcpkg.json
jim wang 2102dcdcc6
[libdatachannel] update to 0.18.2 (#29551)
* [libdatachannel] update to 0.18.2

* update version

* modify review
2023-02-09 10:46:01 -08:00

39 lines
948 B
JSON

{
"name": "libdatachannel",
"version-semver": "0.18.2",
"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": "MPL-2.0",
"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"
}
}
}