[package] name = "mikktspace" version = "0.1.0" authors = ["Benjamin Wasty ", "David Harvey-Macaulay "] 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"