commit
5a8640efcb
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
version = "0.0.1"
|
version = "0.0.3"
|
||||||
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
"Brian Heylin",
|
"Brian Heylin",
|
||||||
"Colin Sherratt",
|
"Colin Sherratt",
|
||||||
|
@ -12,6 +12,10 @@ authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
"Mikko Perttunen",
|
"Mikko Perttunen",
|
||||||
"Tomasz Stachowiak"
|
"Tomasz Stachowiak"
|
||||||
]
|
]
|
||||||
|
license="Apache-2.0"
|
||||||
|
description="A linear algebra and mathematics library for computer graphics."
|
||||||
|
homepage="https://github.com/bjz/cgmath-rs"
|
||||||
|
repository="https://github.com/bjz/cgmath-rs"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
|
|
Loading…
Reference in a new issue