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 submodule and add corresponding patch field in our Cargo.toml
3 lines
121 B
Text
3 lines
121 B
Text
[submodule "patch/fast_image_resize"]
|
|
path = patch/fast_image_resize
|
|
url = https://github.com/Cykooz/fast_image_resize
|