From f523019f7cfefb511bc8b2bea18ba62a7706ee4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Thu, 27 Apr 2023 01:09:29 +0200 Subject: [PATCH] Exclude fast_image_resize excluded files --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 554d13d..63aa2e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/gergo-salyi/multibg-sway" license = "MIT OR Apache-2.0" keywords = ["wallpaper", "background", "desktop", "wayland", "sway"] categories = ["command-line-utilities", "multimedia::images"] -exclude = ["PKGBUILD"] +exclude = ["PKGBUILD", "patch/fast_image_resize/data"] [dependencies] clap = { version = "4.2.1", features = ["derive"] }