X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=f327b65330466c59a43c329cc5be7cbbd9309657;hb=7babb28c6782e473dd4302c930880cb147f0ceb8;hp=00a6fc19a682a13d64fc8233d074d063a0f555da;hpb=3d8ce85e717a432bbaad308f8d6e4779889c1f03;p=mandelwow.git diff --git a/Cargo.toml b/Cargo.toml index 00a6fc1..f327b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }