android: switch to android-activity out of path

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-11 10:45:10 -07:00
parent bd85233120
commit 33f570678d
2 changed files with 2 additions and 1 deletions

View File

@@ -78,4 +78,4 @@ eframe = { git = "https://github.com/damus-io/egui", rev = "732f783a560a807a7e33
egui-winit = { git = "https://github.com/damus-io/egui", rev = "732f783a560a807a7e3381c119223c1d7dbfca06" }
egui_extras = { git = "https://github.com/damus-io/egui", rev = "732f783a560a807a7e3381c119223c1d7dbfca06" }
epaint = { git = "https://github.com/damus-io/egui", rev = "732f783a560a807a7e3381c119223c1d7dbfca06" }
android-activity = { path = "/home/jb55/dev/github/rust-mobile/android-activity/android-activity" }
android-activity = { git = "https://github.com/damus-io/android-activity", rev = "cd44ea0f1018f030bb3ef5ed738d5f5b174f3b59" }