diff --git a/wgpu-types/Cargo.toml b/wgpu-types/Cargo.toml index f4959b684f..32446f6b58 100644 --- a/wgpu-types/Cargo.toml +++ b/wgpu-types/Cargo.toml @@ -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",