diff --git a/vcpkg.json.opt b/vcpkg.json.opt index ccc585b21..2eb453f37 100644 --- a/vcpkg.json.opt +++ b/vcpkg.json.opt @@ -2,9 +2,9 @@ "name": "example", "version-string": "0.0.1", "dependencies": [ + "fmt", "spdlog", - "vulkan", - "vulkan-hpp", + "vulkan-headers", "gtest" ] }