noheic-convertion
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
2024-11-13 11:32:50 +03:00
parent 566379042d
commit b471c66209
5 changed files with 34 additions and 77 deletions

12
Cargo.lock generated
View File

@@ -1316,7 +1316,6 @@ dependencies = [
"imageproc",
"infer",
"kamadak-exif",
"libheif-sys",
"log",
"mime_guess",
"once_cell",
@@ -2279,17 +2278,6 @@ dependencies = [
"cc",
]
[[package]]
name = "libheif-sys"
version = "1.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fec9617ceb95892391fba66dc1d559b3b15997844f5d36b17cb96ed86e0551c"
dependencies = [
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "libm"
version = "0.2.11"