Remove the glfw port (it doesn't compile since last rustup anyway).

This commit is contained in:
Glenn Watson 2015-02-02 09:40:24 +10:00
parent ccdf0bd65e
commit f495884dcb
12 changed files with 10 additions and 744 deletions

View file

@ -13,10 +13,8 @@ extern crate servo;
extern crate time;
extern crate util;
#[cfg(all(feature = "glutin_app",not(test)))]
#[cfg(not(test))]
extern crate "glutin_app" as app;
#[cfg(all(feature = "glfw",not(test)))]
extern crate "glfw_app" as app;
#[cfg(not(test))]
extern crate compositing;