1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-24 17:31:00 +01:00
coturn/vcpkg.json
Pavel Punsky 678996a529
Update version to 4.7.0 (#1691)
Set new release version to 4.7.0
Updating minor version due to some breaking changes in options to enable
more secure/robust configuration without additional flags (or relying on
recommended conf file which people seem to skip during updates)
2025-05-30 14:13:59 -07:00

21 lines
305 B
JSON

{
"name": "coturn",
"version-string": "4.7.0",
"dependencies": [
{
"name": "pthreads",
"platform": "windows"
},
{
"name": "libevent",
"features": [ "openssl", "thread" ]
},
"openssl",
"sqlite3",
"libpq",
"hiredis",
"mongo-c-driver"
]
}