Exclude everything in the examples directory
Former-commit-id: ebdf1856372bd5eae9e2c0ff126b7a9ee662a38e
This commit is contained in:
parent
ec5aa738a3
commit
a4b7821128
@ -4,16 +4,16 @@ 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"
|
||||
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/cube.obj", "examples/generate.c"]
|
||||
exclude = ["examples/**"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "bwasty/mikktspace-rs" }
|
||||
travis-ci = { repository = "gltf-rs/mikktspace" }
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user