Skip to content

Commit

Permalink
build: fix individual -p wgpu-info builds (gfx-rs#5808)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored Jun 13, 2024
1 parent eb69c5f commit 39534ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ env_logger.workspace = true
pico-args.workspace = true
serde.workspace = true
serde_json.workspace = true
wgpu.workspace = true
wgpu = { workspace = true, features = ["serde"] }

0 comments on commit 39534ff

Please sign in to comment.