android: fix issues due to rearchitecture

This commit is contained in:
William Casarin
2024-12-13 08:32:24 -08:00
parent 8b80096290
commit c3bbc6b977
8 changed files with 306 additions and 308 deletions

View File

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