diff options
-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)", |