X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=e683780b800ca3042e2d0e4b00a219e3d0103a33;hb=a8881527feaf60d0f01bc44d118fe094204fdc39;hp=4d56af3aeb5f6c332da83121de4dd80aae099f3f;hpb=c616910b42c0511d231b1913859bc62ecf4d6652;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 4d56af3..e683780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,26 +1,29 @@ +#cargo-features = ["edition"] + [package] name = "mandelwow" version = "0.7.0" authors = ["Bernie Innocenti "] license = "GPL-3.0+" +edition = '2018' [profile.release] lto = true -# the crate `bitflags` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind` panic = "unwind" opt-level = 3 [dependencies] cgmath = "*" -glium = "0.16.0" -glutin = "0.7.4" -genmesh = "0.4.1" -image = { version = "0.14.0", features = ["png_codec"], optional = true } +#gleam = "*" +glium = "0.27" +glutin = "0.24" +image = { version = "*", features = ["png_codec"], optional = true } +instant = "*" libxm = "1.0.0" -obj = { version = "0.5", features = ["usegenmesh"] } rust-rocket = { path = "rust-rocket", optional = true } rand = "*" sdl2 = "*" +winit = { version = "*", features = ["stdweb"] } [features] default = ["image", "logging"]