X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=c7f4875da4cd470264b255096c9bfe8de5e21d31;hb=a8aebfadf8f18928b3f8ced81a7f0d4a4421466d;hp=4d56af3aeb5f6c332da83121de4dd80aae099f3f;hpb=c616910b42c0511d231b1913859bc62ecf4d6652;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 4d56af3..c7f4875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,12 +12,10 @@ opt-level = 3 [dependencies] cgmath = "*" -glium = "0.16.0" -glutin = "0.7.4" -genmesh = "0.4.1" +glium = "0.17.0" +glutin = "0.9" image = { version = "0.14.0", features = ["png_codec"], optional = true } libxm = "1.0.0" -obj = { version = "0.5", features = ["usegenmesh"] } rust-rocket = { path = "rust-rocket", optional = true } rand = "*" sdl2 = "*"