--- raw-window-handle-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ raw-window-handle-0.6.0/Cargo.toml 2023-11-11T23:02:47.283359+00:00 @@ -33,12 +33,6 @@ alloc = [] std = ["alloc"] wasm-bindgen-0-2 = [ - "wasm-bindgen", "std", ] -[target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] -version = "0.2.87" -features = ["std"] -optional = true -default-features = false