Add note about Rust version

This commit is contained in:
Pierre Krieger 2016-04-28 18:17:31 +02:00
parent 3e6c6da258
commit ec7ce8bd3e

View File

@ -1,6 +1,8 @@
# Vulkano
**Note: requires Rust 1.8**
**Note: requires Rust 1.8**. This library would highly benefit from multiple upcoming features in
Rust. Therefore it is likely that in the future you will need to update your version of Rust to
continue using vulkano.
Vulkano is a Rust wrapper around [the Vulkan graphics API](https://www.khronos.org/vulkan/).
It follows the Rust philosophy, which is that as long as you don't use unsafe code you shouldn't