bevy/Cargo.toml
alteous 9b44031cb8 Add @alteous to authors list
Former-commit-id: 06a7f6ea755b4075c164050509db950866f8fc68
2017-09-07 14:07:29 +01:00

26 lines
692 B
TOML

[package]
name = "mikktspace"
version = "0.1.0"
authors = ["Benjamin Wasty <benny.wasty@gmail.com>", "David Harvey-Macaulay <alteous@outlook.com>"]
description = "Mikkelsen tangent space algorithm"
documentation = "https://docs.rs/mikktspace"
repository = "https://github.com/bwasty/mikktspace-rs"
homepage = "https://github.com/bwasty/mikktspace-rs"
readme = "README.md"
keywords = ["3D", "graphics", "algorithm", "tangent"]
license = "MIT/Apache-2.0"
build = "build.rs"
exclude = ["examples/cube.obj", "examples/generate.c"]
[badges]
travis-ci = { repository = "bwasty/mikktspace-rs" }
[build-dependencies]
cmake = "0.1"
[dev-dependencies]
cgmath = "0.15"
[[example]]
name = "generate"