Skip to content

Commit 8650b6f

Browse files
committed
Trim unnecessary image-rs features
1 parent 35b5e79 commit 8650b6f

File tree

2 files changed

+13
-98
lines changed

2 files changed

+13
-98
lines changed

Cargo.lock

Lines changed: 5 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/labrinth/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,14 @@ sentry = { version = "0.32.1", default-features = false, features = [
120120
] }
121121
sentry-actix = "0.32.1"
122122

123-
image = "0.25.5"
123+
image = { version = "0.25.5", default-features = false, features = [
124+
"rayon",
125+
"bmp",
126+
"gif",
127+
"jpeg",
128+
"png",
129+
"webp",
130+
] }
124131
color-thief = "0.2.2"
125132
webp = "0.3.0"
126133

0 commit comments

Comments
 (0)