From 04d7bdd4ed0d6139c5e34c47e8871e8abe98d0cd Mon Sep 17 00:00:00 2001 From: alteous Date: Wed, 6 Sep 2017 10:52:51 +0100 Subject: [PATCH] Add description field Former-commit-id: 8654d95d71ffefc456d185362c4b8e139b35cb52 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f104a48d2f..01660de637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "mikktspace" version = "0.1.0" authors = ["Benjamin Wasty "] +description = "Mikkelsen tangent space algorithm" build = "build.rs" [build-dependencies]