aboutsummaryrefslogtreecommitdiffstats
path: root/community/broot/image-features.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/broot/image-features.patch')
-rw-r--r--community/broot/image-features.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/broot/image-features.patch b/community/broot/image-features.patch
new file mode 100644
index 00000000000..f8b2e57c0a3
--- /dev/null
+++ b/community/broot/image-features.patch
@@ -0,0 +1,8 @@
+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"] }