From d3faf52c0d0d9e272848f992b4618a9fbeb4c97b Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Mon, 22 Oct 2018 15:39:53 +0200 Subject: [PATCH] Release nalgebra-glm v0.2.0 --- nalgebra-glm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nalgebra-glm/Cargo.toml b/nalgebra-glm/Cargo.toml index 8e8b7130..02708ef1 100644 --- a/nalgebra-glm/Cargo.toml +++ b/nalgebra-glm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-glm" -version = "0.1.3" +version = "0.2.0" authors = ["sebcrozet "] description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."