Skip to content

Commit

Permalink
clean deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marci1175 committed Aug 16, 2024
1 parent 4aa48e2 commit 95f2b40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 107 deletions.
108 changes: 8 additions & 100 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ egui = "0.28.1"
egui_extras = { version = "0.28.1", features = ["all_loaders", "datepicker", "serde", "syntect", "image"] }
image = { version = "0.24", features = ["jpeg", "png", "gif", "bmp", "tiff", "webp", "gif"] } # Add the types you want support for

prost = "0.10"
tokio = { version = "1.37.0", features = ["full"] }
eframe = { version = "0.28.1", default-features = true, features = [
"accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
Expand Down Expand Up @@ -49,12 +48,8 @@ dashmap = {version = "6.0.0", features = ["serde"]}
sha256 = "1.5.0"
phf = {version = "0.11.2", features = ["macros"]}
mlua = {version = "0.9.9", features = ["luajit", "async", "vendored"]}
quote = "1.0.36"
syn = {version = "2.0.70", features = ["full"]}
mlua_proc_macro = "0.1.12"
mlua-sys = {version = "0.6.1", features = ["luajit", "vendored"]}
speed_test = "0.1.8"
pipe = "0.4.0"
num-traits = "0.2.19"
opus = "0.3.0"
egui-notify = "0.15.0"
Expand All @@ -80,7 +75,6 @@ features = [
[build-dependencies]
chrono = "0.4.31"
winres = "0.1.12"
phf_codegen = "0.11.2"
phf_macros = "0.11.2"

# native:
Expand Down
2 changes: 1 addition & 1 deletion build_info.matthias_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.08.16. 18:38
2024.08.16. 21:25

0 comments on commit 95f2b40

Please sign in to comment.