1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-24 17:31:00 +01:00
coturn/vcpkg.json
Kang Lin c0cb48d4a2
Update version in vcpkg.json (#1254)
Please update version in vcpkg.json, when tag
2023-08-17 18:56:42 -07:00

21 lines
305 B
JSON

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