X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=5d8d3852693bba09231081291ee0e8a1cebf2b94;hb=6ef74275da11e766c2cbe53b676df6188203cae3;hp=36dedd851dec40efc90621f5f7f4534f1ec079f8;hpb=8f5b525e37e82d260601e7052a49a6515b6100d8;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 36dedd8..5d8d385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,22 @@ +#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" -image = { version = "0.14.0", features = ["png_codec"], optional = true } +glium = "0.22" +glutin = "0.18" +image = { version = "0.18", features = ["png_codec"], optional = true } libxm = "1.0.0" rust-rocket = { path = "rust-rocket", optional = true } rand = "*"