Add more badges (#768)

This commit is contained in:
Gabriel Majeri 2017-08-24 15:47:39 +03:00 committed by tomaka
parent 0f05fc8d57
commit ceb4ebdc95

View File

@ -1,5 +1,9 @@
# [Vulkano](http://vulkano.rs) # [Vulkano](http://vulkano.rs)
[![Crates.io](https://img.shields.io/crates/v/vulkano.svg)](https://crates.io/crates/vulkano)
[![Docs](https://docs.rs/vulkano/badge.svg)](https://docs.rs/vulkano)
[![Build Status](https://travis-ci.org/vulkano-rs/vulkano.svg?branch=master)](https://travis-ci.org/vulkano-rs/vulkano)
See also [vulkano.rs](http://vulkano.rs). See also [vulkano.rs](http://vulkano.rs).
Vulkano is a Rust wrapper around [the Vulkan graphics API](https://www.khronos.org/vulkan/). Vulkano is a Rust wrapper around [the Vulkan graphics API](https://www.khronos.org/vulkan/).
@ -35,8 +39,6 @@ will likely be straight-forward to fix in user code.
## [Documentation](https://docs.rs/vulkano) ## [Documentation](https://docs.rs/vulkano)
[![](https://docs.rs/vulkano/badge.svg)](https://docs.rs/vulkano)
To get started you are encouraged to read the examples in `examples/src/bin`, starting with To get started you are encouraged to read the examples in `examples/src/bin`, starting with
the `triangle` example. the `triangle` example.