From a514f2dd94e848869f5ecc6009fe62bccbf6820a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Thu, 27 Apr 2023 01:04:47 +0200 Subject: [PATCH] Add info to about local fast_image_resize patch --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index abcdc5e..554d13d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,16 @@ swayipc = "3.0.1" version = "0.17.0" default-features = false + +# Apply yet unreleased fix for fast_image_resize +# +# Current releases of fast_image_resize are broken on rust nightly +# https://github.com/Cykooz/fast_image_resize/issues/15 +# +# Issue is already fixed on master branch but the new verison is not released yet +# So temporarly use a clone of fast_image_resize current master branch +# as a local git submodule and add this corresponding patch field here +# +# This will be removed once fast_image_resize 2.7.1 is out [patch.crates-io] fast_image_resize = { path = "patch/fast_image_resize" }