mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove the glfw port (it doesn't compile since last rustup anyway).
This commit is contained in:
parent
ccdf0bd65e
commit
f495884dcb
12 changed files with 10 additions and 744 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue