update cargo

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-07 12:06:13 -08:00
parent 9a9bb13e08
commit d38fcf80b9
2 changed files with 1784 additions and 370 deletions

2145
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,10 +12,10 @@ crate-type = ["lib", "cdylib"]
[dependencies]
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
egui = "0.22.0"
eframe = { version = "0.22.0", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
egui = "0.26.0"
eframe = { version = "0.26.0", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
#eframe = "0.22.0"
egui_extras = { version = "0.22.0", features = ["image", "svg"] }
egui_extras = { version = "0.26.0", features = ["image", "svg"] }
ehttp = "0.2.0"
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
log = "0.4.17"
@@ -28,8 +28,9 @@ enostr = { path = "enostr" }
serde_json = "1.0.89"
env_logger = "0.10.0"
shatter = "0.1.1"
puffin_egui = { version = "0.22.0", optional = true }
puffin_egui = { version = "0.25.0", optional = true }
puffin = { version = "0.16.0", optional = true }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "7246513b4e4ed2544af3aa7d8785dd34a8bbefa9" }
[features]
default = []