Merge pull request #238 from bjz/readme-updates

Readme updates
This commit is contained in:
Brendan Zabarauskas 2015-10-02 15:33:38 +10:00
commit a5df164934
2 changed files with 4 additions and 1 deletions

View file

@ -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"]

View file

@ -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)