aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-07-01 04:01:51 -0600
committerbors-servo <metajack+bors@gmail.com>2015-07-01 04:01:51 -0600
commite958d92be6c35234bcffce2d4e74ece585de02e4 (patch)
tree52671aea14a118d868745d9fc6d5ed0d76cf6f53
parentca5f0338272b26724b231264bdfea72743321a0b (diff)
parentfdb8632a5f6239a3ba1f382c6f99872dd378a2f5 (diff)
downloadservo-e958d92be6c35234bcffce2d4e74ece585de02e4.tar.gz
servo-e958d92be6c35234bcffce2d4e74ece585de02e4.zip
Auto merge of #6527 - mbrubeck:script_deps, r=larsbergstrom
Remove gfx dependency from script crate. This dependency is not used anywhere. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6527) <!-- Reviewable:end -->
-rw-r--r--components/script/Cargo.toml3
-rw-r--r--components/servo/Cargo.lock1
-rw-r--r--ports/cef/Cargo.lock1
-rw-r--r--ports/gonk/Cargo.lock1
4 files changed, 0 insertions, 6 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)",
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index e87c85bacf0..db08ea9319d 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -1043,7 +1043,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)",
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock
index c1d433da7a7..f7fe0960f33 100644
--- a/ports/gonk/Cargo.lock
+++ b/ports/gonk/Cargo.lock
@@ -951,7 +951,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)",