From 8ead8d78b9731400f6babc53daa6c9dd31d46597 Mon Sep 17 00:00:00 2001 From: rjindael Date: Thu, 7 Sep 2023 15:45:08 -0700 Subject: [PATCH] feat: add rapidjson to vcpkg --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 1ce0dd5..339d7a0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,6 +5,7 @@ "dependencies": [ "curl", "detours", - "discord-rpc" + "discord-rpc", + "rapidjson" ] } \ No newline at end of file