1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/broot/image-features.patch
2022-07-08 00:32:45 +02:00

8 lines
277 B
Diff

Disable some little-used format (broot is not an image editor ffs).
This saves 0.6 MiB.
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42 +42 @@
-image = "0.24"
+image = { version = "0.24", default-features = false, features = ["gif", "jpeg", "ico", "png", "farbfeld", "jpeg_rayon"] }