Skip to content

Commit

Permalink
Runtime dispatch, added Smpte428, rayon multithreading
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Oct 8, 2024
1 parent 6ee5fa7 commit ebd2077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ num-traits = "0.2.19"
rayon = { version = "1.10.0", optional = true }

[features]
default = ["rayon"]
default = []
rayon = ["dep:rayon"]
2 changes: 1 addition & 1 deletion src/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ebd2077

Please sign in to comment.