Remove some workspace inheritence from wgpu-types/Cargo.toml. (#3439)

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.
This commit is contained in:
Nicolas Silva 2023-01-31 12:28:42 +01:00 committed by GitHub
parent 98ea3500fd
commit 48d8666de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",