From 0584ed5429c83a411e592e281c2151686505ac65 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 9 Jan 2024 23:02:00 +0800 Subject: [PATCH] feat: add directxsdk and update vcpkg --- vcpkg | 2 +- vcpkg.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vcpkg b/vcpkg index 52b52b4..3bc5ff7 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit 52b52b4588b916152ff662f97842e03db83fa5d1 +Subproject commit 3bc5ff7f7ab72b57f0945d35bbbdaac2060bc268 diff --git a/vcpkg.json b/vcpkg.json index 978df16..33442b9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -34,6 +34,7 @@ "boost-url", "boost-uuid", "grpc", - "protobuf" + "protobuf", + "directxsdk" ] }