X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Cargo.toml;h=f327b65330466c59a43c329cc5be7cbbd9309657;hb=61b82c37bc1798c4878bea2ca0139f3b9ad8ecd8;hp=ae262eba53dbc0ded5ec43ec27ffbbc606280e7a;hpb=5466a1137a9a4b27a99b83c45c0b337775bacf7c;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index ae262eb..f327b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,9 @@ authors = ["Bernie Innocenti "] license = "GPL-3.0+" [profile.release] -#lto = true -panic = 'abort' +lto = true +panic = "abort" +opt-level = 3 [dependencies] cgmath = "*" @@ -21,8 +22,10 @@ rand = "*" sdl2 = "*" [features] -default = ["rust-rocket", "image"] +default = ["image", "editor", "logging"] min = [] +logging = [] +editor = ["rust-rocket"] [replace] "glutin:0.7.4" = { path = "/home/bernie/src/glutin" }