mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -22,9 +22,6 @@ path = "../msg"
|
|||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
||||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
[dependencies]
|
||||
euclid = {version = "0.6.5", features = ["plugins"]}
|
||||
heapsize = "0.3.0"
|
||||
|
|
|
@ -16,7 +16,6 @@ extern crate heapsize;
|
|||
extern crate layers;
|
||||
extern crate msg;
|
||||
extern crate serde;
|
||||
extern crate util;
|
||||
|
||||
pub mod color;
|
||||
mod paint_listener;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue