@@ -30,7 +30,7 @@ env_logger = "0.10.0"
|
||||
shatter = "0.1.1"
|
||||
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 = "f64198c39de9ac8dbb35dec89b44a38e2d6142e0" }
|
||||
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "496a70b3e28dc65be8b9aa6ece37eb5255224ea9" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
@@ -60,7 +60,7 @@ tracing-subscriber = "0.3"
|
||||
android_logger = "0.11.1"
|
||||
android-activity = { version = "0.4", features = [ "native-activity" ] }
|
||||
#winit = "0.28.6"
|
||||
winit = { version = "0.28", features = [ "android-native-activity" ] }
|
||||
winit = { version = "0.29", features = [ "android-native-activity" ] }
|
||||
#winit = { git="https://github.com/rust-windowing/winit.git", rev = "2a58b785fed2a3746f7c7eebce95bce67ddfd27c", features = ["android-native-activity"] }
|
||||
|
||||
[package.metadata.android]
|
||||
|
||||
Reference in New Issue
Block a user