Skip to content

Commit

Permalink
Remove rayon
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Nov 21, 2024
1 parent 80aecda commit b2aadbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions azul-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ crate-type = ["rlib", "cdylib"]
azul-css = { path = "../azul-css", version = "0.0.1", default-features = false }
libm = { version = "0.2.2", default-features = false }
azul-css-parser = { path = "../azul-css-parser", version = "0.0.1", optional = true }
rayon = { version = "1.5.3", default-features = false, optional = true }
gl-context-loader = { version ="0.1.8", default-features = false }
highway = { version = "0.8.0", default-features = false }
rust-fontconfig = { version = "0.1.13", default-features = false }
Expand All @@ -29,7 +28,5 @@ rust-fontconfig = { version = "0.1.13", default-features = false }
default = ["std"]
# Enables the CSS parser
css_parser = ["azul-css-parser"]
# Enables multithreading functions (rayon)
multithreading = ["rayon"]
# Enables hashing for timing and threading
std = ["multithreading", "css_parser"]

0 comments on commit b2aadbf

Please sign in to comment.