File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,13 @@ ctrlc = "3"
2121
2222[target .'cfg(target_os = "android")' .dependencies ]
2323android_logger = " 0.11.0"
24- android-activity = { version = " 0.3 " , features = [ " native-activity" ] }
24+ android-activity = { path = " ../../android-activity " , features = [ " native-activity" ] }
2525openxr = { version = " 0.16" , features = [ " linked" ] }
2626
2727[patch .crates-io ]
2828# openxr 0.16 uses ndk-glue, but master uses ndk-context which is compatible with android-activity
2929openxr = { git = " https://github.com/Ralith/openxrs" }
3030
31- # Since Winit also depends on android-activity we need to
32- # make sure we only resolve a single implementation.
33- android-activity = { path =" ../../android-activity" }
34-
3531[features ]
3632default = []
3733# default = [ "android" ]
You can’t perform that action at this time.
0 commit comments