From: Bernie Innocenti Date: Sun, 9 Apr 2017 01:37:25 +0000 (-0400) Subject: Bump version to 0.5.0. X-Git-Tag: v0.6.0~12 X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=commitdiff_plain;h=7ac6edbcab0a9d55657cb45e362b7f913da0415e Bump version to 0.5.0. --- 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"