diff --git a/Cargo.toml b/Cargo.toml index bd9fe6b..7d5db91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ num-traits = "0.2.19" rayon = { version = "1.10.0", optional = true } [features] -default = ["rayon"] +default = [] rayon = ["dep:rayon"] diff --git a/src/app/Cargo.toml b/src/app/Cargo.toml index 11d8558..0b8b898 100644 --- a/src/app/Cargo.toml +++ b/src/app/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -colorutils-rs = { path = "../../", features = ["rayon"] } +colorutils-rs = { path = "../../", features = [] } image = "0.25.1" okhsl = "1.0.1" \ No newline at end of file