bevy/Cargo.toml
alteous 80329ed035 Exclude C example
This closes issue #5


Former-commit-id: 8fe70edc1d9b9b3fb6899307e5ef241ebb1a2f0d
2017-09-06 10:59:28 +01:00

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"