We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c85ba1 commit 558fe70Copy full SHA for 558fe70
1 file changed
na-openxr-wgpu/Cargo.toml
@@ -21,17 +21,13 @@ ctrlc = "3"
21
22
[target.'cfg(target_os = "android")'.dependencies]
23
android_logger = "0.11.0"
24
-android-activity = { version = "0.3", features = [ "native-activity" ] }
+android-activity = { path="../../android-activity", features = [ "native-activity" ] }
25
openxr = { version = "0.16", features = [ "linked" ] }
26
27
[patch.crates-io]
28
# openxr 0.16 uses ndk-glue, but master uses ndk-context which is compatible with android-activity
29
openxr = { git = "https://github.com/Ralith/openxrs" }
30
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
-
35
[features]
36
default = []
37
#default = [ "android" ]
0 commit comments