X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;h=cada4594ed04329d845ed9491960b1224c0ec65f;hp=706d69e42201eb06d081115e116114bb91c5c94d;hb=c4c487ccc4c10d09ca00c725354f09e32b4805ec;hpb=fb11f5abc7d1b42246f2da48f30bbb90bde10c20 diff --git a/Cargo.toml b/Cargo.toml index 706d69e..cada459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,15 @@ [package] name = "mandelwow" -version = "0.1.0" +version = "0.2.0" authors = ["Bernie Innocenti "] [dependencies] glium = "*" glutin = "*" -genmesh = "0.4" +genmesh = "0.4.1" obj = { version = "0.5", features = ["usegenmesh"] } +libxm = "1.0.0" +sdl2 = "*" [[bin]] name = "mandelwow"