Update vcpkg.json

This commit is contained in:
Changhua 2024-11-02 13:06:03 +08:00
parent 91bd5cd817
commit 6214fa8b68

View File

@ -1,8 +1,11 @@
{
"name": "WCF",
"name": "wcf",
"version-string": "1.0.0",
"dependencies": [
"protobuf[zlib]",
{
"name": "protobuf",
"features": [ "zlib" ]
},
"spdlog",
"nng",
"magic-enum",