Move editor code into Timer.
[mandelwow.git] / Cargo.toml
index ae262eba53dbc0ded5ec43ec27ffbbc606280e7a..f327b65330466c59a43c329cc5be7cbbd9309657 100644 (file)
@@ -5,8 +5,9 @@ authors = ["Bernie Innocenti <bernie@codewiz.org>"]
 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" }