X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=bd89f3be106179a08cbf92c65492bbcc3e299f66;hb=29b275596efed3b3064072483aa6d8c4cba1e3d4;hp=9d5e78f2dde0059d99e276e5a03944a3367061f5;hpb=70e7644b69b79a7d20db51fd9d242524209dff88;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 9d5e78f..bd89f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "mandelwow" version = "0.7.0" authors = ["Bernie Innocenti "] license = "GPL-3.0+" -#edition = '2018' +edition = '2018' [profile.release] lto = true @@ -15,9 +15,9 @@ opt-level = 3 [dependencies] cgmath = "*" #gleam = "*" -glium = "0.22" -glutin = "0.18" -image = { version = "0.20", features = ["png_codec"], optional = true } +glium = "0.26.0" +glutin = "0.23.0" +image = { version = "*", features = ["png_codec"], optional = true } libxm = "1.0.0" rust-rocket = { path = "rust-rocket", optional = true } rand = "*"