This commit is contained in:
William Casarin
2022-11-06 19:32:13 -08:00
parent ce21e10c90
commit 46f9bde257
4 changed files with 1180 additions and 48 deletions

View File

@@ -12,6 +12,11 @@ rust-version = "1.60"
egui = "0.19.0"
eframe = { version = "0.19.0", features = ["persistence"] }
serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence
nostr_rust = { git = "git://jb55.com/nostr_rust", rev = "ccf7e521fe3bb9ca8f86516aef2c1f71db0213ed" }
ehttp = "0.2.0"
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
egui_extras = { version = "0.19.0", features = ["image", "svg"] }
poll-promise = "0.2.0"
# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]