From 4b9246ec102645aab251cdb9f2fc0b614a0c77e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 19 Mar 2017 22:35:05 +0100 Subject: [PATCH] Update the description on crates.io. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91f53e19..138e9327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "nalgebra" version = "0.11.1" authors = [ "Sébastien Crozet " ] -description = "Linear algebra library for computer physics, computer graphics and general low-dimensional linear algebra for Rust." +description = "Linear algebra library with transformations and satically-sized or dynamically-sized matrices." documentation = "http://nalgebra.org/doc/nalgebra/index.html" homepage = "http://nalgebra.org" repository = "https://github.com/sebcrozet/nalgebra"