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.
22 lines
433 B
22 lines
433 B
4 weeks ago
|
--- rayon-1.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ rayon-1.10.0/Cargo.toml 2024-04-13T07:23:36.241647+00:00
|
||
|
@@ -44,18 +44,8 @@
|
||
|
[dependencies.rayon-core]
|
||
|
version = "1.12.1"
|
||
|
|
||
|
-[dependencies.wasm_sync]
|
||
|
-version = "0.1.0"
|
||
|
-optional = true
|
||
|
-
|
||
|
[dev-dependencies.rand]
|
||
|
version = "0.8"
|
||
|
|
||
|
[dev-dependencies.rand_xorshift]
|
||
|
version = "0.3"
|
||
|
-
|
||
|
-[features]
|
||
|
-web_spin_lock = [
|
||
|
- "dep:wasm_sync",
|
||
|
- "rayon-core/web_spin_lock",
|
||
|
-]
|