2145
Cargo.lock
generated
2145
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -12,10 +12,10 @@ crate-type = ["lib", "cdylib"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
|
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
|
||||||
egui = "0.22.0"
|
egui = "0.26.0"
|
||||||
eframe = { version = "0.22.0", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
|
eframe = { version = "0.26.0", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
|
||||||
#eframe = "0.22.0"
|
#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"
|
ehttp = "0.2.0"
|
||||||
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
|
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
@@ -28,8 +28,9 @@ enostr = { path = "enostr" }
|
|||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
shatter = "0.1.1"
|
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 }
|
puffin = { version = "0.16.0", optional = true }
|
||||||
|
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "7246513b4e4ed2544af3aa7d8785dd34a8bbefa9" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|||||||
Reference in New Issue
Block a user