You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-raw-window-handle/raw-window-handle-fix-metad...

16 lines
396 B

--- raw-window-handle-0.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ raw-window-handle-0.6.1/Cargo.toml 2024-04-23T10:52:42.017426+00:00
@@ -36,12 +36,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