From d2142f7de51aef6125915da34ed46cf9ef53363b Mon Sep 17 00:00:00 2001 From: rjindael Date: Thu, 7 Sep 2023 15:42:02 -0700 Subject: [PATCH] feat: add discord lib to vcpkg --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index c64e848..1ce0dd5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,6 +4,7 @@ "version": "1.0.0", "dependencies": [ "curl", - "detours" + "detours", + "discord-rpc" ] } \ No newline at end of file