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