Update vcpkg.json
This commit is contained in:
parent
91bd5cd817
commit
6214fa8b68
@ -1,11 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "WCF",
|
"name": "wcf",
|
||||||
"version-string": "1.0.0",
|
"version-string": "1.0.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"protobuf[zlib]",
|
{
|
||||||
|
"name": "protobuf",
|
||||||
|
"features": [ "zlib" ]
|
||||||
|
},
|
||||||
"spdlog",
|
"spdlog",
|
||||||
"nng",
|
"nng",
|
||||||
"magic-enum",
|
"magic-enum",
|
||||||
"minhook"
|
"minhook"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user