From 4a5c828db43fe4faf8ab39fe46ab5c806a49cb7d Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 7 Oct 2018 12:19:10 +0200 Subject: [PATCH] Release nalgebra-glm v0.1.3. --- 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 070e87f9..8e8b7130 100644 --- a/nalgebra-glm/Cargo.toml +++ b/nalgebra-glm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-glm" -version = "0.1.2" +version = "0.1.3" authors = ["sebcrozet "] description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."