From a27833f22ce63231e8d6300eb811f4a59a34d8d2 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Fri, 5 Oct 2018 06:09:08 +0200 Subject: [PATCH] Release nalgebra-glm v0.1.2 --- nalgebra-glm/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nalgebra-glm/Cargo.toml b/nalgebra-glm/Cargo.toml index 7938aa48..070e87f9 100644 --- a/nalgebra-glm/Cargo.toml +++ b/nalgebra-glm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-glm" -version = "0.1.1" +version = "0.1.2" authors = ["sebcrozet "] description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library." @@ -16,4 +16,4 @@ license = "BSD-3-Clause" num-traits = { version = "0.2", default-features = false } approx = { version = "0.3", default-features = false } alga = "0.7" -nalgebra = { path = "..", version = "^0.16.4" } \ No newline at end of file +nalgebra = { path = "..", version = "^0.16.4" }