From a4b7821128c0366547c800ff6f62651d49335971 Mon Sep 17 00:00:00 2001 From: David Harvey-Macaulay Date: Tue, 12 Sep 2017 10:44:39 +0100 Subject: [PATCH] Exclude everything in the examples directory Former-commit-id: ebdf1856372bd5eae9e2c0ff126b7a9ee662a38e --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b9387c7430..9d62202461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,16 +4,16 @@ version = "0.1.0" authors = ["Benjamin Wasty ", "David Harvey-Macaulay "] 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"