diff options
Diffstat (limited to 'components/gfx')
-rw-r--r-- | components/gfx/Cargo.toml | 3 | ||||
-rw-r--r-- | components/gfx/lib.rs | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index e8ed5f45375..4b731d76679 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -61,9 +61,6 @@ features = ["plugins"] git = "https://github.com/servo/rust-layers" features = ["plugins"] -[dependencies.script_traits] -path = "../script_traits" - [dependencies.ipc-channel] git = "https://github.com/servo/ipc-channel" diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 733178559d8..6bc600d3d67 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -60,7 +60,6 @@ extern crate net_traits; extern crate profile_traits; extern crate rand; extern crate rustc_serialize; -extern crate script_traits; extern crate serde; #[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))] |