mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -12,10 +12,6 @@ path = "lib.rs"
|
|||
git = "https://github.com/servo/rust-azure"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.layers]
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.canvas_traits]
|
||||
path = "../canvas_traits"
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ extern crate euclid;
|
|||
extern crate gfx_traits;
|
||||
extern crate gleam;
|
||||
extern crate ipc_channel;
|
||||
extern crate layers;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate num;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue