diff --git a/vcpkg.json b/vcpkg.json index e3608bf32..58dc7809d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -35,7 +35,13 @@ "gui": { "description": "Debug GUI support", "dependencies": [ - "sdl2" + { + "name": "sdl2", + "features": [ + "base", + "vulkan" + ] + } ] } }