Split bounding_box to its own module.
[mandelwow.git] / Cargo.toml
index a45129c741c3383f3d30220412cc53cd769c3f0d..98fadf191fdba4dfec0a05d80a0217cadd0a6a2d 100644 (file)
@@ -1,14 +1,16 @@
 [package]
 name = "mandelwow"
-version = "0.2.0"
+version = "0.3.0"
 authors = ["Bernie Innocenti <bernie@codewiz.org>"]
 
 [dependencies]
 glium = "*"
 glutin = "*"
-genmesh = "0.4"
+genmesh = "0.4.1"
 obj = { version = "0.5", features = ["usegenmesh"] }
+libxm = "1.0.0"
+sdl2 = "*"
 
 [[bin]]
 name = "mandelwow"
-path = "mandelwow.rs"
+path = "main.rs"