aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/script/Cargo.toml3
-rw-r--r--components/servo/Cargo.lock1
2 files changed, 0 insertions, 4 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 84da9d7c98b..9d343baeea1 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -36,9 +36,6 @@ path = "../devtools_traits"
[dependencies.style]
path = "../style"
-[dependencies.gfx]
-path = "../gfx"
-
[dependencies.canvas]
path = "../canvas"
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 0c0c8e8d04f..8b972d2b2ba 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -1063,7 +1063,6 @@ dependencies = [
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "gfx 0.0.1",
"html5ever 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",