Stable blurhash
Some checks failed
/ tests (push) Failing after 58s
/ clippy (push) Successful in 11s
/ check (aarch64-unknown-linux-musl) (push) Successful in 9s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 8s
/ check (x86_64-unknown-linux-musl) (push) Successful in 7s

This commit is contained in:
asonix 2024-02-18 01:35:49 -06:00
parent 83b75a6eb6
commit c43504c0ea

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
[dev-dependencies]
blurhash = { version = "0.2.0", path = "../blurhash-rs" }
blurhash = "0.2.0"
criterion = "0.5.1"
image = "0.24.8"