mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
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:
parent
98ea3500fd
commit
48d8666de0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user