WeChatFerry/WeChatFerry/vcpkg.json

16 lines
311 B
JSON
Raw Normal View History

2024-11-01 00:53:08 +08:00
{
2024-11-02 13:06:03 +08:00
"name": "wcf",
2024-11-01 00:53:08 +08:00
"version-string": "1.0.0",
"dependencies": [
2024-11-02 13:06:03 +08:00
{
"name": "protobuf",
"features": [ "zlib" ]
},
2024-11-01 00:53:08 +08:00
"spdlog",
"nng",
"magic-enum",
"minhook"
2024-12-30 15:44:08 +08:00
],
"builtin-baseline": "80d54ff62d528339c626a6fbc3489a7f25956ade"
2024-11-02 13:06:03 +08:00
}