Update shields and add readme location to Cargo.toml
This commit is contained in:
parent
4897b72f67
commit
eccb01921c
2 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,7 @@ description = "A linear algebra and mathematics library for computer graphics."
|
|||
documentation = "http://bjz.github.io/cgmath-rs"
|
||||
homepage = "https://github.com/bjz/cgmath-rs"
|
||||
repository = "https://github.com/bjz/cgmath-rs"
|
||||
readme = "README.md"
|
||||
|
||||
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# cgmath-rs
|
||||
|
||||
[![Build Status](https://img.shields.io/travis/bjz/cgmath-rs.svg)](https://travis-ci.org/bjz/cgmath-rs)
|
||||
[![Crates.io](http://meritbadge.herokuapp.com/cgmath)](https://crates.io/crates/cgmath)
|
||||
[![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath)
|
||||
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/bjz/cgmath-rs/blob/master/LICENSE)
|
||||
[![Downloads](https://img.shields.io/crates/d/cgmath.svg)](https://crates.io/crates/cgmath)
|
||||
|
||||
[Documentation](http://bjz.github.io/cgmath-rs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue