Simplify authors list
Sorry - this was too hard to maintain :(
This commit is contained in:
parent
89c0da2a9e
commit
bc26aa1d52
1 changed files with 1 additions and 11 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -2,17 +2,7 @@
|
|||
|
||||
name = "cgmath"
|
||||
version = "0.13.1"
|
||||
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||
"Brian Heylin",
|
||||
"Colin Sherratt",
|
||||
"Dzmitry Malyshau",
|
||||
"Erick Tryzelaar",
|
||||
"Luqman Aden",
|
||||
"Maik Klein",
|
||||
"Mikko Perttunen",
|
||||
"Pierre Krieger",
|
||||
"Tomasz Stachowiak"
|
||||
]
|
||||
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
|
||||
license = "Apache-2.0"
|
||||
description = "A linear algebra and mathematics library for computer graphics."
|
||||
|
||||
|
|
Loading…
Reference in a new issue