X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=d529ef8be49ff1ee8a4aa176238eda73851ef407;hb=a9ced736da2b269caa43ce87fb7d8677fd3b01e4;hp=a45129c741c3383f3d30220412cc53cd769c3f0d;hpb=a16269dc0af1fd7f4505e7de133026ccc556f80c;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index a45129c..d529ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,11 @@ 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" -path = "mandelwow.rs" +path = "main.rs"