update cargo deps

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-09 18:55:02 -08:00
parent 4eaf17897e
commit a9df41d7ba
2 changed files with 62 additions and 350 deletions

View File

@@ -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]