https://github.com/alaingalvan/conan-vulkan-sdk
Conan package for the Vulkan SDK.
https://github.com/alaingalvan/conan-vulkan-sdk
conan package vulkan vulkan-sdk
Last synced: about 1 month ago
JSON representation
Conan package for the Vulkan SDK.
- Host: GitHub
- URL: https://github.com/alaingalvan/conan-vulkan-sdk
- Owner: alaingalvan
- License: apache-2.0
- Created: 2016-07-20T21:12:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T23:50:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T22:34:29.541Z (3 months ago)
- Topics: conan, package, vulkan, vulkan-sdk
- Language: Python
- Size: 13.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# conan-vulkan-sdk
[![conan-img]][conan-url]
[![License][license-img]][license-url][Conan](https://conan.io) package for the [Vulkan SDK](https://github.com/LunarG/VulkanTools) provided by LunarG. Automatically fetches and installs the Vulkan SDK on your Windows/Linux setup.
## Install
Install [Python](https://www.python.org/downloads/) and [Conan](https://www.conan.io/), a C++ Package Manager. Be sure to install the Vulkan SDK before running this file.
Then add the dependency to your `conanfile.txt` file:
```ini
[requires]
vulkan-sdk/1.0.46.0@alaingalvan/stable
```And the build your project.
```bash
conan install --build
```## Deploying
```bash
conan export alaingalvan/stable
conan upload vulkan-sdk/1.0.46.0@alaingalvan/stable
```[release-img]: https://img.shields.io/badge/release-1.0.46.0-B46BD6.svg?style=flat-square
[conan-img]: https://img.shields.io/badge/conan.io-1.0.46.0-green.svg?style=flat-square
[conan-url]: https://www.conan.io/source/vulkan-sdk/1.0.46.0/alaingalvan/stable
[license-img]: http://img.shields.io/:license-apache-blue.svg?style=flat-square
[license-url]: http://www.apache.org/licenses/LICENSE-2.0