Skip to content

Commit c2afa1b

Browse files
Matthew EhrhartMatthew Ehrhart
Matthew Ehrhart
authored and
Matthew Ehrhart
committed
merge complete with sandbox
1 parent e7d5d3d commit c2afa1b

20 files changed

+1862
-2658
lines changed

Cargo.lock

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

Cargo.toml

+6-14
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ keywords = ["search", "file", "filesystem", "deduplication", "find"]
1212
#build="build.rs"
1313

1414
[dependencies]
15+
eframe = "0.17.0"
16+
egui = "0.17.0"
17+
egui_extras = { version = "0.17.0", features = ["image", "svg"] }
18+
image = { version = "0.24.1", default-features = false, features = ["png"] }
1519
futures = "0.3" # for our async / await blocks
1620
tokio = { version = "1.16.0", features = ["full"] }
1721
rayon = "1.4.1"
@@ -21,19 +25,7 @@ chrono = "0.4"
2125
md5 = "0.7.0"
2226
blake3 = "1.3.1"
2327
jwalk = "0.5"
24-
#eframe = { git = "https://github.com/emilk/egui", branch = "master" }
25-
#egui = { git = "https://github.com/emilk/egui", branch = "master" }
26-
eframe = "0.17.0"
27-
egui = "0.17.0"
2828
rfd = "0.7.0"
2929
byte-unit = "4.0.3"
30-
fuzzy-matcher = "0.3.7"
31-
image = "0.24.1"
32-
home = "0.5.3"
33-
34-
[build-dependencies]
35-
winres = "0.1"
36-
37-
[profile.dev]
38-
opt-level = 3
39-
panic = 'unwind'
30+
fuzzy-matcher = "0.3.7"
31+
home = "0.5.3"

src/.DS_Store

0 Bytes
Binary file not shown.
-1.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)