Drop fork of fast_image_resize

This commit is contained in:
Jeremy Soller 2025-11-11 21:31:22 -07:00
parent e103604505
commit 9709a2a926
2 changed files with 4 additions and 4 deletions

5
Cargo.lock generated
View file

@ -2566,8 +2566,9 @@ checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
[[package]]
name = "fast_image_resize"
version = "5.0.0"
source = "git+https://github.com/jackpot51/fast_image_resize.git#c48fdca44951e1cfb212eec47fc6d444647a00d3"
version = "5.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d372ab3252d8f162d858d675a3d88a8c33ba24a6238837c50c8851911c7e89cd"
dependencies = [
"bytemuck",
"cfg-if",