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" }