Load a test XM module, does not play it yet.
[mandelwow.git] / Cargo.toml
index 9098a85f589904df0cb230d4234449b68d0ab2c8..0d51822eab0606e141ab3dcf4c8350f69a8950d7 100644 (file)
@@ -6,9 +6,10 @@ 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"
 
 [[bin]]
-name = "mandel"
-path = "mandel.rs"
+name = "mandelwow"
+path = "mandelwow.rs"