Bump version to 0.5.0.
authorBernie Innocenti <bernie@codewiz.org>
Sun, 9 Apr 2017 01:37:25 +0000 (21:37 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Sun, 9 Apr 2017 18:46:26 +0000 (14:46 -0400)
Cargo.toml

index 5c122ed1a6ebdbf199998d69c01256a1214e42af..82a174ccf21bb4701ed22f75977f570d0f258bbc 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "mandelwow"
-version = "0.3.0"
+version = "0.5.0"
 authors = ["Bernie Innocenti <bernie@codewiz.org>"]
 license = "GPL-3.0+"
 
@@ -9,6 +9,7 @@ lto = true
 panic = 'abort'
 
 [dependencies]
+cgmath = "*"
 glium = "*"
 glutin = "*"
 genmesh = "0.4.1"