Add metadata to cargo package
This commit is contained in:
parent
d43b5429c1
commit
2537a1da02
@ -6,6 +6,12 @@ edition = "2018"
|
|||||||
exclude = [
|
exclude = [
|
||||||
"output/*",
|
"output/*",
|
||||||
]
|
]
|
||||||
|
description = "Generates subdivided and truncated icosahedron spheres"
|
||||||
|
repository = "https://github.com/thallada/icosahedron"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["meshes", "3d", "shapes", "icosahedron", "polyhedra"]
|
||||||
|
categories = ["graphics"]
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "icosahedron"
|
name = "icosahedron"
|
||||||
|
Loading…
Reference in New Issue
Block a user