X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=4e9fd35cfc9b82bb51e6bc0c3e6c3215353de75c;hb=71da4db85741e2f43ba40341e0baec34ff41bb92;hp=2ca01347ff091b7956603a789cd66ab0861916d7;hpb=475b28ef9c58a937a6637bcf49f1b6b95d10a9f5;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 2ca0134..4e9fd35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,14 +6,14 @@ license = "GPL-3.0+" [profile.release] #lto = true -#panic = 'abort' +panic = 'abort' [dependencies] cgmath = "*" glium = "0.16.0" glutin = "0.7.4" genmesh = "0.4.1" -image = "0.12.0" +image = { version = "0.13.0", features = ["png_codec"] } obj = { version = "0.5", features = ["usegenmesh"] } libxm = "1.0.0" sdl2 = "*"