X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=82a174ccf21bb4701ed22f75977f570d0f258bbc;hb=7ac6edbcab0a9d55657cb45e362b7f913da0415e;hp=5c122ed1a6ebdbf199998d69c01256a1214e42af;hpb=082d9095991d445ad839e5ac3eb94bc3bc772951;p=mandelwow.git 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"