Disable Rocket in the default build and update build instructions.
[mandelwow.git] / Cargo.toml
index f327b65330466c59a43c329cc5be7cbbd9309657..4518ff1c96b8c51608d3f73d15a82bf584a603c8 100644 (file)
@@ -22,14 +22,14 @@ rand = "*"
 sdl2 = "*"
 
 [features]
-default = ["image", "editor", "logging"]
+default = ["image", "logging"]
 min = []
 logging = []
 editor = ["rust-rocket"]
 
-[replace]
-"glutin:0.7.4" = { path = "/home/bernie/src/glutin" }
-"glium:0.16.0" = { path = "/home/bernie/src/glium" }
+#[replace]
+#"glutin:0.7.4" = { path = "/home/bernie/src/glutin" }
+#"glium:0.16.0" = { path = "/home/bernie/src/glium" }
 
 [target.armv7-linux-androideabi]
 ar = "$ANDROID_NDK_HOME/arm/bin/arm-linux-androideabi-ar"