diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2015-07-01 08:44:36 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2015-07-01 08:59:25 -0700 |
commit | fdb8632a5f6239a3ba1f382c6f99872dd378a2f5 (patch) | |
tree | aef98566b5f6e95db942e382e66089679d24b6b6 | |
parent | 61d5efc44c1b8158cc4d9a05d77641843a8470be (diff) | |
download | servo-fdb8632a5f6239a3ba1f382c6f99872dd378a2f5.tar.gz servo-fdb8632a5f6239a3ba1f382c6f99872dd378a2f5.zip |
Remove gfx dependency from script crate.
This dependency is not used anywhere.
-rw-r--r-- | components/script/Cargo.toml | 3 | ||||
-rw-r--r-- | components/servo/Cargo.lock | 1 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 1 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 1 |
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)", |