remove rayon stuff

This commit is contained in:
Simon Gardling
2022-05-25 11:21:38 -04:00
parent 57210c9af4
commit 21792a7c79
2 changed files with 0 additions and 22 deletions

View File

@@ -9,9 +9,6 @@ description = "Crossplatform (and web-compatible) graphing calculator"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
threading = ["async-lock", "rayon"]
[profile.release]
debug = false
codegen-units = 1
@@ -73,8 +70,6 @@ run_script = "0.9"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
instant = "0.1"
tracing-subscriber = "0.3"
rayon = { version = "1.5", optional = true }
async-lock = { version = "2.5", optional = true }
getrandom = { version = "0.2" }
[target.'cfg(target_arch = "wasm32")'.dependencies]