Skip to content

Commit ef2adb2

Browse files
committed
New image compare algorithm
1 parent 4765bee commit ef2adb2

19 files changed

+371
-422
lines changed

Cargo.lock

+54-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

czkawka_core/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hamming = "0.1.3"
2525

2626
# Needed by same music
2727
bitflags = "1.3.2"
28-
lofty="0.6.2"
28+
lofty="0.7.0"
2929

3030
# Futures - needed by async progress sender
3131
futures = "0.3.21"
@@ -65,6 +65,8 @@ imagepipe = "0.5.0"
6565
mime_guess = "2.0.4"
6666
infer = "0.8.0"
6767

68+
num_cpus = "1.13.1"
69+
6870
libheif-rs = { version = "0.15.0", optional = true }
6971
anyhow = { version = "1.0.57", optional = true }
7072

0 commit comments

Comments
 (0)