From b2aadbfd5c85b47ac9d584b75eb71d99edcf9399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Thu, 21 Nov 2024 04:18:58 +0100 Subject: [PATCH] Remove rayon --- azul-core/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azul-core/Cargo.toml b/azul-core/Cargo.toml index 71d2274e..696e72c7 100644 --- a/azul-core/Cargo.toml +++ b/azul-core/Cargo.toml @@ -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 } @@ -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"] \ No newline at end of file