commit
e678b6e0db
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
"Brian Heylin",
|
"Brian Heylin",
|
||||||
"Colin Sherratt",
|
"Colin Sherratt",
|
||||||
|
@ -16,9 +16,9 @@ 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"
|
documentation = "http://bjz.github.io/cgmath"
|
||||||
homepage = "https://github.com/bjz/cgmath-rs"
|
homepage = "https://github.com/bjz/cgmath"
|
||||||
repository = "https://github.com/bjz/cgmath-rs"
|
repository = "https://github.com/bjz/cgmath"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
|
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
|
||||||
|
|
Loading…
Reference in a new issue