bevy/Cargo.toml
David Harvey-Macaulay a4b7821128 Exclude everything in the examples directory
Former-commit-id: ebdf1856372bd5eae9e2c0ff126b7a9ee662a38e
2017-09-12 10:44:39 +01:00

26 lines
657 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/gltf-rs/mikktspace"
homepage = "https://github.com/gltf-rs/mikktspace"
readme = "README.md"
keywords = ["3D", "graphics", "algorithm", "tangent"]
license = "MIT/Apache-2.0"
build = "build.rs"
exclude = ["examples/**"]
[badges]
travis-ci = { repository = "gltf-rs/mikktspace" }
[build-dependencies]
cmake = "0.1"
[dev-dependencies]
cgmath = "0.15"
[[example]]
name = "generate"