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"
88[dependencies ]
99log = " 0.4"
1010android_logger = " 0.11.0"
11- android-activity = { path = " ../../android-activity " , features = [" game-activity" ] }
11+ android-activity = { version = " 0.4 " , features = [" game-activity" ] }
1212cpal = " 0.14"
1313atomic_float = " 0.1"
1414anyhow = " 1"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
88[dependencies ]
99log = " 0.4"
1010android_logger = " 0.11.0"
11- android-activity = { path = " ../../android-activity " , features = [" game-activity" ] }
11+ android-activity = { version = " 0.4 " , features = [" game-activity" ] }
1212
1313[lib ]
1414name =" main"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
88[dependencies ]
99log = " 0.4"
1010android_logger = " 0.11.0"
11- android-activity = { path = " ../../android-activity " , features = [" game-activity" ] }
11+ android-activity = { version = " 0.4 " , features = [" game-activity" ] }
1212oboe = { version = " 0.4" , features = [" java-interface" ] }
1313atomic_float = " 0.1"
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
88[dependencies ]
99log = " 0.4"
1010android_logger = " 0.11.0"
11- android-activity = { path = " ../../android-activity " , features = [ " native-activity" ] }
11+ android-activity = { version = " 0.4 " , features = [ " native-activity" ] }
1212
1313[lib ]
1414# name="na_mainloop"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ env_logger = "0.9"
1414
1515[target .'cfg(target_os = "android")' .dependencies ]
1616android_logger = " 0.11.0"
17- android-activity = { path = " ../../android-activity " , features = [" native-activity" ] }
17+ android-activity = { version = " 0.4 " , features = [" native-activity" ] }
1818
1919[patch .crates-io ]
2020# 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"
2121
2222[target .'cfg(target_os = "android")' .dependencies ]
2323android_logger = " 0.11.0"
24- android-activity = { path = " ../../android-activity " , features = [ " native-activity" ] }
24+ android-activity = { version = " 0.4 " , features = [ " native-activity" ] }
2525openxr = { version = " 0.16" , features = [ " linked" ] }
2626
2727[patch .crates-io ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
88[dependencies ]
99log = " 0.4"
1010android_logger = " 0.11.0"
11- android-activity = { path = " ../../android-activity " , features = [ " native-activity" ] }
11+ android-activity = { version = " 0.4 " , features = [ " native-activity" ] }
1212ndk-context = " 0.1"
1313jni = " 0.19"
1414
You can’t perform that action at this time.
0 commit comments