File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,8 @@ description = "Android intent utilities"
99[dependencies ]
1010jni = " 0.20.0"
1111ndk-context = " 0.1.1"
12+
13+ [workspace ]
14+ members = [
15+ " example"
16+ ]
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ version = "0.1.0"
44edition = " 2021"
55
66[lib ]
7- crate_type =[ " lib " , " cdylib" ]
7+ crate-type = [ " cdylib" ]
88
99[dependencies ]
1010android-activity = { version = " 0.4.0" , features = [" native-activity" ] }
11- android-intent = { path = " ../" }
12- jni = { version = " 0.20.0" }
11+ android-intent. path = " ../"
12+ jni = " 0.20.0"
1313ndk-context = " 0.1.1"
1414
1515[package .metadata .android .sdk ]
Original file line number Diff line number Diff line change @@ -11,6 +11,4 @@ fn android_main(_android_app: AndroidApp) {
1111 . start_activity ( )
1212 . unwrap ( )
1313 } ) ;
14-
15- loop { }
1614}
You can’t perform that action at this time.
0 commit comments