aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu
diff options
context:
space:
mode:
Diffstat (limited to 'components/webgpu')
-rw-r--r--components/webgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webgpu/Cargo.toml b/components/webgpu/Cargo.toml
index f3a20f19ad3..fe456cecef7 100644
--- a/components/webgpu/Cargo.toml
+++ b/components/webgpu/Cargo.toml
@@ -23,7 +23,7 @@ servo_config = { path = "../config" }
webrender = { workspace = true }
webrender_api = { workspace = true }
webrender_traits = { workspace = true }
-wgpu-core = { workspace = true, features = ["replay", "trace", "wgsl"] }
+wgpu-core = { workspace = true, features = ["serde", "wgsl"] }
wgpu-types = { workspace = true }
# We want the wgpu-core Metal backend on macOS and iOS.