File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
8
8
[dependencies ]
9
9
log = " 0.4"
10
10
android_logger = " 0.11.0"
11
- android-activity = { path = " ../../android-activity " , features = [" game-activity" ] }
11
+ android-activity = { version = " 0.4 " , features = [" game-activity" ] }
12
12
cpal = " 0.14"
13
13
atomic_float = " 0.1"
14
14
anyhow = " 1"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
8
8
[dependencies ]
9
9
log = " 0.4"
10
10
android_logger = " 0.11.0"
11
- android-activity = { path = " ../../android-activity " , features = [" game-activity" ] }
11
+ android-activity = { version = " 0.4 " , features = [" game-activity" ] }
12
12
13
13
[lib ]
14
14
name =" main"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
8
8
[dependencies ]
9
9
log = " 0.4"
10
10
android_logger = " 0.11.0"
11
- android-activity = { path = " ../../android-activity " , features = [" game-activity" ] }
11
+ android-activity = { version = " 0.4 " , features = [" game-activity" ] }
12
12
oboe = { version = " 0.4" , features = [" java-interface" ] }
13
13
atomic_float = " 0.1"
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
8
8
[dependencies ]
9
9
log = " 0.4"
10
10
android_logger = " 0.11.0"
11
- android-activity = { path = " ../../android-activity " , features = [ " native-activity" ] }
11
+ android-activity = { version = " 0.4 " , features = [ " native-activity" ] }
12
12
13
13
[lib ]
14
14
# name="na_mainloop"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ env_logger = "0.9"
14
14
15
15
[target .'cfg(target_os = "android")' .dependencies ]
16
16
android_logger = " 0.11.0"
17
- android-activity = { path = " ../../android-activity " , features = [" native-activity" ] }
17
+ android-activity = { version = " 0.4 " , features = [" native-activity" ] }
18
18
19
19
[patch .crates-io ]
20
20
# openxr 0.16 uses ndk-glue, but master uses ndk-context which is compatible with android-activity
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ctrlc = "3"
21
21
22
22
[target .'cfg(target_os = "android")' .dependencies ]
23
23
android_logger = " 0.11.0"
24
- android-activity = { path = " ../../android-activity " , features = [ " native-activity" ] }
24
+ android-activity = { version = " 0.4 " , features = [ " native-activity" ] }
25
25
openxr = { version = " 0.16" , features = [ " linked" ] }
26
26
27
27
[patch .crates-io ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
8
8
[dependencies ]
9
9
log = " 0.4"
10
10
android_logger = " 0.11.0"
11
- android-activity = { path = " ../../android-activity " , features = [ " native-activity" ] }
11
+ android-activity = { version = " 0.4 " , features = [ " native-activity" ] }
12
12
ndk-context = " 0.1"
13
13
jni = " 0.19"
14
14
You can’t perform that action at this time.
0 commit comments