mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove references to unused crates.
The cleanup is based on info from using "-W unused-extern-crates".
This commit is contained in:
parent
b021874ba0
commit
41c293293b
22 changed files with 8 additions and 57 deletions
|
@ -21,14 +21,13 @@
|
|||
#[macro_use]
|
||||
extern crate android_glue;
|
||||
extern crate env_logger;
|
||||
extern crate gleam;
|
||||
// The window backed by glutin
|
||||
extern crate glutin_app as app;
|
||||
#[cfg(target_os = "android")]
|
||||
extern crate libc;
|
||||
#[cfg(target_os = "android")]
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate offscreen_gl_context;
|
||||
// The Servo engine
|
||||
extern crate servo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue