Skip to content

Commit

Permalink
Trim unnecessary image-rs features
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Nov 10, 2024
1 parent 35b5e79 commit 8650b6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 98 deletions.
102 changes: 5 additions & 97 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion apps/labrinth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,14 @@ sentry = { version = "0.32.1", default-features = false, features = [
] }
sentry-actix = "0.32.1"

image = "0.25.5"
image = { version = "0.25.5", default-features = false, features = [
"rayon",
"bmp",
"gif",
"jpeg",
"png",
"webp",
] }
color-thief = "0.2.2"
webp = "0.3.0"

Expand Down

0 comments on commit 8650b6f

Please sign in to comment.