23 lines
583 B
TOML
23 lines
583 B
TOML
[package]
|
|
name = "mikktspace"
|
|
version = "0.1.0"
|
|
authors = ["Benjamin Wasty <benny.wasty@gmail.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"]
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1"
|
|
|
|
[dev-dependencies]
|
|
cgmath = "0.15"
|
|
|
|
[[example]]
|
|
name = "generate"
|