mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-30 22:44:22 +01:00
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]
|
||||
#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 = []
|
||||
|
||||
Reference in New Issue
Block a user