From 43968ba91d941f4244b421d0a24242749e8f7fad Mon Sep 17 00:00:00 2001 From: rjindael Date: Thu, 7 Sep 2023 16:05:20 -0700 Subject: [PATCH] feat: add rapidjson --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index c64e848..c51d25a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,6 +4,7 @@ "version": "1.0.0", "dependencies": [ "curl", - "detours" + "detours", + "rapidjson" ] } \ No newline at end of file