Revert "deps: using tracing instead of log"

This reverts commit af92e326f6.
This commit is contained in:
William Casarin
2024-05-23 16:10:07 -07:00
parent c421a49912
commit 135a5c99ae
5 changed files with 21 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ ehttp = "0.2.0"
egui-tabs = { git = "https://github.com/damus-io/egui-tabs", rev = "75f47141aebcf876986fad00dd83a69a7bb04840" }
reqwest = { version = "0.12.4", default-features = false, features = [ "rustls-tls-native-roots" ] }
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
log = "0.4.17"
poll-promise = { version = "0.3.0", features = ["tokio"] }
serde_derive = "1"
serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence
@@ -40,7 +41,6 @@ strum = "0.26"
strum_macros = "0.26"
bitflags = "2.5.0"
egui_virtual_list = "0.3.0"
#egui_virtual_list = { path = "/home/jb55/dev/github/lucasmerlin/hello_egui/crates/egui_virtual_list" }
[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "2.11.0"