From 35ce58ef985409c63aa1914f23d5d54326c85061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 23 Mar 2016 16:42:41 +0100 Subject: [PATCH] layout: Drop "canvas" dependency --- components/layout/Cargo.toml | 3 --- components/servo/Cargo.lock | 1 - ports/cef/Cargo.lock | 1 - ports/gonk/Cargo.lock | 1 - 4 files changed, 6 deletions(-) diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index 304e903f72f..f7371a7a34a 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -12,9 +12,6 @@ path = "lib.rs" git = "https://github.com/servo/rust-azure" features = ["plugins"] -[dependencies.canvas] -path = "../canvas" - [dependencies.canvas_traits] path = "../canvas_traits" diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 28b51b5545e..cf75f0043a0 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1048,7 +1048,6 @@ dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "canvas 0.0.1", "canvas_traits 0.0.1", "cssparser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index b2a7f8df776..3f15fa70006 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -968,7 +968,6 @@ dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "canvas 0.0.1", "canvas_traits 0.0.1", "cssparser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 73b2519eb32..cf9bafe3c30 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -950,7 +950,6 @@ dependencies = [ "app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.4.3 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "canvas 0.0.1", "canvas_traits 0.0.1", "cssparser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",