X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=lib.rs;h=2afc947314b23b7e19db9faf87b937dbcc820594;hb=27be0f236daaac0df31e9b90726430615ae41ff5;hp=765068fb15529fd1ed61ebb010e8857963460943;hpb=7babb28c6782e473dd4302c930880cb147f0ceb8;p=mandelwow.git diff --git a/lib.rs b/lib.rs index 765068f..2afc947 100644 --- a/lib.rs +++ b/lib.rs @@ -5,7 +5,7 @@ extern crate glutin; #[cfg(feature = "image")] extern crate image; extern crate libxm; -#[cfg(feature = "rust_rocket")] +#[cfg(feature = "editor")] extern crate rust_rocket; extern crate sdl2;