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"
9
9
[dependencies ]
10
10
jni = " 0.20.0"
11
11
ndk-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"
4
4
edition = " 2021"
5
5
6
6
[lib ]
7
- crate_type =[ " lib " , " cdylib" ]
7
+ crate-type = [ " cdylib" ]
8
8
9
9
[dependencies ]
10
10
android-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"
13
13
ndk-context = " 0.1.1"
14
14
15
15
[package .metadata .android .sdk ]
Original file line number Diff line number Diff line change @@ -11,6 +11,4 @@ fn android_main(_android_app: AndroidApp) {
11
11
. start_activity ( )
12
12
. unwrap ( )
13
13
} ) ;
14
-
15
- loop { }
16
14
}
You can’t perform that action at this time.
0 commit comments