Drop fork of fast_image_resize
This commit is contained in:
parent
e103604505
commit
9709a2a926
2 changed files with 4 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -2566,8 +2566,9 @@ checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fast_image_resize"
|
name = "fast_image_resize"
|
||||||
version = "5.0.0"
|
version = "5.1.4"
|
||||||
source = "git+https://github.com/jackpot51/fast_image_resize.git#c48fdca44951e1cfb212eec47fc6d444647a00d3"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "d372ab3252d8f162d858d675a3d88a8c33ba24a6238837c50c8851911c7e89cd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,7 @@ cosmic-bg-config = { workspace = true }
|
||||||
cosmic-randr-shell = { workspace = true }
|
cosmic-randr-shell = { workspace = true }
|
||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
eyre = "0.6.12"
|
eyre = "0.6.12"
|
||||||
# Upstream version 5.0.0 has compilation error on Redox's toolchain
|
fast_image_resize = { version = "5", features = [
|
||||||
fast_image_resize = { git = "https://github.com/jackpot51/fast_image_resize.git", features = [
|
|
||||||
"image",
|
"image",
|
||||||
] }
|
] }
|
||||||
futures-lite = "2.6.1"
|
futures-lite = "2.6.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue