Update cargo and readme links, and add crates.io badge
This commit is contained in:
parent
7c22880aee
commit
fde34bde39
2 changed files with 13 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
"Brian Heylin",
|
"Brian Heylin",
|
||||||
"Colin Sherratt",
|
"Colin Sherratt",
|
||||||
|
@ -15,9 +15,13 @@ authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
]
|
]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "A linear algebra and mathematics library for computer graphics."
|
description = "A linear algebra and mathematics library for computer graphics."
|
||||||
|
|
||||||
|
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"
|
||||||
|
|
||||||
|
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +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)
|
||||||
|
|
||||||
|
[Documentation](http://bjz.github.io/cgmath-rs)
|
||||||
|
|
||||||
A linear algebra and mathematics library for computer graphics.
|
A linear algebra and mathematics library for computer graphics.
|
||||||
|
|
||||||
|
@ -26,10 +29,6 @@ is not fully covered by the testsuite. If you encounter any mistakes or
|
||||||
omissions please let me know by posting an issue, or even better: send me a
|
omissions please let me know by posting an issue, or even better: send me a
|
||||||
pull request with a fix.
|
pull request with a fix.
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
[View](http://rust-ci.org/bjz/cgmath-rs/doc/cgmath/index.html)
|
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
cgmath is _not_ an n-dimensional library and is aimed at computer graphics
|
cgmath is _not_ an n-dimensional library and is aimed at computer graphics
|
||||||
|
|
Loading…
Reference in a new issue