Release nalgebra-glm v0.1.2

This commit is contained in:
sebcrozet 2018-10-05 06:09:08 +02:00
parent cb96cdb794
commit a27833f22c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra-glm"
version = "0.1.1"
version = "0.1.2"
authors = ["sebcrozet <developer@crozet.re>"]
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" }
nalgebra = { path = "..", version = "^0.16.4" }