mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
build: fix individual -p wgpu-info
builds (#5808)
This commit is contained in:
parent
eb69c5fd2f
commit
39534ff342
@ -16,4 +16,4 @@ env_logger.workspace = true
|
|||||||
pico-args.workspace = true
|
pico-args.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
wgpu.workspace = true
|
wgpu = { workspace = true, features = ["serde"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user