diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index e9463619002..823b78ed271 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -41,9 +41,6 @@ path = "../gfx_traits" [dependencies.net_traits] path = "../net_traits" -[dependencies.canvas_traits] -path = "../canvas_traits" - [dependencies.util] path = "../util" diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 45b164cbe88..f60575cd625 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -25,7 +25,6 @@ extern crate app_units; extern crate azure; #[macro_use] extern crate bitflags; -extern crate canvas_traits; // Mac OS-specific library dependencies #[cfg(target_os = "macos")] extern crate core_foundation; diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index cf75f0043a0..51971e2cc0c 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -681,7 +681,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_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 3f15fa70006..798530bb8c6 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -610,7 +610,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_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index cf9bafe3c30..b483aa467ea 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -613,7 +613,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_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",