commit
a5df164934
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"
|
documentation = "http://bjz.github.io/cgmath-rs"
|
||||||
homepage = "https://github.com/bjz/cgmath-rs"
|
homepage = "https://github.com/bjz/cgmath-rs"
|
||||||
repository = "https://github.com/bjz/cgmath-rs"
|
repository = "https://github.com/bjz/cgmath-rs"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
|
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# cgmath-rs
|
# cgmath-rs
|
||||||
|
|
||||||
[](https://travis-ci.org/bjz/cgmath-rs)
|
[](https://travis-ci.org/bjz/cgmath-rs)
|
||||||
[](https://crates.io/crates/cgmath)
|
[](https://crates.io/crates/cgmath)
|
||||||
|
[](https://github.com/bjz/cgmath-rs/blob/master/LICENSE)
|
||||||
|
[](https://crates.io/crates/cgmath)
|
||||||
|
|
||||||
[Documentation](http://bjz.github.io/cgmath-rs)
|
[Documentation](http://bjz.github.io/cgmath-rs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue