android: fix android logging

This commit is contained in:
William Casarin
2025-01-04 13:13:34 -08:00
parent fe6206c546
commit 5f21d32d96
5 changed files with 37 additions and 54 deletions

View File

@@ -44,7 +44,7 @@ default = []
profiling = ["notedeck_columns/puffin", "puffin", "puffin_egui"]
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.11.1"
tracing-logcat = "0.1.0"
log = { workspace = true }
android-activity = { version = "0.4", features = [ "native-activity" ] }
winit = { version = "0.30.5", features = [ "android-native-activity" ] }