Conan package for the Vulkan SDK provided by LunarG. Automatically fetches and installs the Vulkan SDK on your Windows/Linux setup.
Install Python and Conan, a C++ Package Manager. Be sure to install the Vulkan SDK before running this file.
Then add the dependency to your conanfile.txt
file:
[requires]
vulkan-sdk/1.0.46.0@alaingalvan/stable
And the build your project.
conan install --build
conan export alaingalvan/stable
conan upload vulkan-sdk/1.0.46.0@alaingalvan/stable