diff --git a/Cargo.toml b/Cargo.toml index 864c263..6a66ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/README.md b/README.md index 66c6a41..5b4dbde 100644 --- a/README.md +++ b/README.md @@ -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)