Merge pull request #380 from tomaka/readme-sdk-note

Add a note about the SDK
This commit is contained in:
tomaka 2017-02-08 14:09:46 +01:00 committed by GitHub
commit 1c62da338e

View File

@ -26,6 +26,11 @@ What does vulkano do?
**Warning: this library breaks every five minutes for the moment.**
Note that vulkano does **not** require you to install the official Vulkan SDK. This is not
something specific to vulkano (you don't need to SDK to write program that use Vulkan, even
without vulkano), but many people are unaware of that and install the SDK thinking that it is
required.
## [Documentation](https://docs.rs/vulkano)
[![](https://docs.rs/vulkano/badge.svg)](https://docs.rs/vulkano)