diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..b387a7b --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "WCF", + "version-string": "1.0.0", + "dependencies": [ + "protobuf[zlib]", + "spdlog", + "nng", + "magic-enum", + "minhook" + ] +} \ No newline at end of file