From ea6147274f01e93f1d4a1e1fd9b7136d66685841 Mon Sep 17 00:00:00 2001 From: Benjamen Meyer Date: Thu, 7 Sep 2023 00:41:56 -0400 Subject: [PATCH] Bug Fix: Windows CI Builds - Add SDL2 to the VCPkg configuration used by the Windows CI --- engine/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/vcpkg.json b/engine/vcpkg.json index 3d66e9e900..4f949e94b8 100644 --- a/engine/vcpkg.json +++ b/engine/vcpkg.json @@ -27,6 +27,7 @@ "version>=": "1.1.1m" }, "sdl1", + "sdl2", "zlib" ] }