X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=5d8d3852693bba09231081291ee0e8a1cebf2b94;hp=5698fae39563348eea0f421f0a25d04aede45b4b;hb=6ef74275da11e766c2cbe53b676df6188203cae3;hpb=bc4a9e03c61f33a2cd3304f3f02fef19d867b1ff diff --git a/Cargo.toml b/Cargo.toml index 5698fae..5d8d385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,11 @@ +#cargo-features = ["edition"] + [package] name = "mandelwow" version = "0.7.0" authors = ["Bernie Innocenti "] license = "GPL-3.0+" +#edition = '2018' [profile.release] lto = true @@ -11,8 +14,8 @@ opt-level = 3 [dependencies] cgmath = "*" -glium = "0.21" -glutin = "0.14" +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 }