Fix rgba bug when resizing (#26)

This commit is contained in:
Jamjamjon
2024-07-24 00:30:27 +08:00
committed by GitHub
parent 7740761345
commit 9a730ccc3e
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "usls"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models."
repository = "https://github.com/jamjamjon/usls"
@ -38,7 +38,7 @@ walkdir = { version = "2.5.0" }
tokenizers = { version = "0.15.2" }
rayon = "1.10.0"
indicatif = "0.17.8"
image = "0.25.1"
image = "0.25.2"
imageproc = { version = "0.24" }
ab_glyph = "0.2.23"
geo = "0.28.0"