mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
Add more badges (#768)
This commit is contained in:
parent
0f05fc8d57
commit
ceb4ebdc95
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user