aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/gfx/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/shared/gfx/Cargo.toml')
-rw-r--r--components/shared/gfx/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/shared/gfx/Cargo.toml b/components/shared/gfx/Cargo.toml
index 23bf75bfb07..292cd58b92c 100644
--- a/components/shared/gfx/Cargo.toml
+++ b/components/shared/gfx/Cargo.toml
@@ -11,6 +11,7 @@ name = "gfx_traits"
path = "lib.rs"
[dependencies]
+ipc-channel = { workspace = true }
malloc_size_of = { workspace = true }
malloc_size_of_derive = { workspace = true }
range = { path = "../../range" }