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>"]
|
authors = ["Benjamin Wasty <benny.wasty@gmail.com>", "David Harvey-Macaulay <alteous@outlook.com>"]
|
||||||
description = "Mikkelsen tangent space algorithm"
|
description = "Mikkelsen tangent space algorithm"
|
||||||
documentation = "https://docs.rs/mikktspace"
|
documentation = "https://docs.rs/mikktspace"
|
||||||
repository = "https://github.com/bwasty/mikktspace-rs"
|
repository = "https://github.com/gltf-rs/mikktspace"
|
||||||
homepage = "https://github.com/bwasty/mikktspace-rs"
|
homepage = "https://github.com/gltf-rs/mikktspace"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["3D", "graphics", "algorithm", "tangent"]
|
keywords = ["3D", "graphics", "algorithm", "tangent"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
exclude = ["examples/cube.obj", "examples/generate.c"]
|
exclude = ["examples/**"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "bwasty/mikktspace-rs" }
|
travis-ci = { repository = "gltf-rs/mikktspace" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cmake = "0.1"
|
cmake = "0.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user