diff options
Diffstat (limited to 'components/webgpu/Cargo.toml')
-rw-r--r-- | components/webgpu/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/webgpu/Cargo.toml b/components/webgpu/Cargo.toml index 3f04af88a3f..2b78a737c38 100644 --- a/components/webgpu/Cargo.toml +++ b/components/webgpu/Cargo.toml @@ -16,6 +16,7 @@ euclid = "0.20" ipc-channel = "0.14" log = "0.4" malloc_size_of = { path = "../malloc_size_of" } +msg = { path = "../msg" } serde = { version = "1.0", features = ["serde_derive"] } servo_config = { path = "../config" } smallvec = { version = "0.6", features = ["serde"] } |