mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add serde and wgsl features to wgpu-core (#36411)
This fixes errors when running `./mach clippy -r -p layout_2020` and `./mach clippy -r -p script`. Also addressing an unused import warning when running the latter. Testing: These changes do not require tests because it's just a compile error fix. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a04b648421
commit
9c29acd6d8
2 changed files with 5 additions and 3 deletions
|
@ -18,5 +18,5 @@ ipc-channel = { workspace = true }
|
|||
malloc_size_of = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
wgpu-core = { workspace = true }
|
||||
wgpu-core = { workspace = true, features = ["serde", "wgsl"] }
|
||||
wgpu-types = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue