From 7ac6edbcab0a9d55657cb45e362b7f913da0415e Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sat, 8 Apr 2017 21:37:25 -0400 Subject: [PATCH] Bump version to 0.5.0. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c122ed..82a174c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mandelwow" -version = "0.3.0" +version = "0.5.0" authors = ["Bernie Innocenti "] license = "GPL-3.0+" @@ -9,6 +9,7 @@ lto = true panic = 'abort' [dependencies] +cgmath = "*" glium = "*" glutin = "*" genmesh = "0.4.1" -- 2.25.1