Skip to content

alaingalvan/conan-vulkan-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

conan-vulkan-sdk

conan-img License

Conan package for the Vulkan SDK provided by LunarG. Automatically fetches and installs the Vulkan SDK on your Windows/Linux setup.

Install

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

Deploying

conan export alaingalvan/stable
conan upload vulkan-sdk/1.0.46.0@alaingalvan/stable

Releases

No releases published

Packages

No packages published

Languages