Skip to content

Commit c6a9499

Browse files
committed
Remove image depending on rayon
- Only benefit I can see on a glance if AVIF encoding - Can be forced enabled by other application if they wish (requiring image with rayon feature) - Causes version conflicts if using libraries that use an older rayon version
1 parent 6811d35 commit c6a9499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zstd = { version = "0.13.2", optional = true }
2222

2323
# framebuffer-drawing
2424
rusttype = { version = "0.9.3", optional = true }
25-
image = { version = "0.25.2", optional = true }
25+
image = { version = "0.25.2", optional = true, default-features = false, feaures = [ "default-formats" ] } # No need for rayon
2626
line_drawing = { version = "1.0.0", optional = true }
2727

2828
# input

0 commit comments

Comments
 (0)