early-access version 2853
This commit is contained in:
49
externals/vcpkg/ports/sleepy-discord/vcpkg.json
vendored
Executable file
49
externals/vcpkg/ports/sleepy-discord/vcpkg.json
vendored
Executable file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "sleepy-discord",
|
||||
"version-date": "2022-02-05",
|
||||
"description": "C++ library for the Discord chat client",
|
||||
"homepage": "https://yourwaifu.dev/sleepy-discord/",
|
||||
"dependencies": [
|
||||
"boost-asio",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"cpr",
|
||||
"websocketpp"
|
||||
],
|
||||
"features": {
|
||||
"compression": {
|
||||
"description": "Allow compression for Websockets connection",
|
||||
"dependencies": [
|
||||
"zlib"
|
||||
]
|
||||
},
|
||||
"cpr": {
|
||||
"description": "Use CPR library for handling HTTPS",
|
||||
"dependencies": [
|
||||
"cpr"
|
||||
]
|
||||
},
|
||||
"voice": {
|
||||
"description": "Voice Chat support",
|
||||
"dependencies": [
|
||||
"libsodium",
|
||||
"opus"
|
||||
]
|
||||
},
|
||||
"websocketpp": {
|
||||
"description": "Use Websocketpp for handling WebSockets",
|
||||
"dependencies": [
|
||||
"boost-random",
|
||||
"websocketpp"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user