Move most timing-related code to new module timer.rs
[mandelwow.git] / Cargo.toml
index 00a6fc19a682a13d64fc8233d074d063a0f555da..f327b65330466c59a43c329cc5be7cbbd9309657 100644 (file)
@@ -22,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" }