Skip to content

Commit

Permalink
Remove some workspace inheritence from wgpu-types/Cargo.toml. (#3439)
Browse files Browse the repository at this point in the history
Unfortunately that breaks the cargo vendor stuff in mozilla-central even though it is part of a build configuration that m-c does not use.
  • Loading branch information
nical authored Jan 31, 2023
1 parent 98ea350 commit 48d8666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgpu-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ bitflags = "1"
serde = { version = "1", features = ["serde_derive"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys.workspace = true
web-sys = { workspace = true, features = [
js-sys = "0.3.60"
web-sys = { version = "0.3.60", features = [
"ImageBitmap",
"HtmlVideoElement",
"HtmlCanvasElement",
Expand Down

0 comments on commit 48d8666

Please sign in to comment.