mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
8 lines
277 B
Diff
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"] }
|