From 8a4896d51911044fbec208a66d8ee6eec3e943c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Tue, 14 Nov 2023 16:49:53 +0100 Subject: [PATCH] Update readme on using vulkan-headers instead of vulkan-hpp with vcpkg. (#1726) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 622c806..7166427 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ git clone https://github.com/Microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install -./vcpkg install vulkan-hpp +./vcpkg install vulkan-headers ``` The vulkan-hpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.