commit 33f570678dce9eb57eda2007767d6a0ac14d24ca
parent bd852331206bc36916fb060168e184ecb33ff65a
Author: William Casarin <jb55@jb55.com>
Date: Tue, 11 Mar 2025 10:45:10 -0700
android: switch to android-activity out of path
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -95,6 +95,7 @@ checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
[[package]]
name = "android-activity"
version = "0.6.0"
+source = "git+https://github.com/damus-io/android-activity?rev=cd44ea0f1018f030bb3ef5ed738d5f5b174f3b59#cd44ea0f1018f030bb3ef5ed738d5f5b174f3b59"
dependencies = [
"android-properties",
"bitflags 2.8.0",
diff --git a/Cargo.toml b/Cargo.toml
@@ -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" }