build: fix individual -p wgpu-info builds (#5808)

This commit is contained in:
Erich Gubler 2024-06-13 12:37:34 -04:00 committed by GitHub
parent eb69c5fd2f
commit 39534ff342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"] }