Skip to content

Commit 558fe70

Browse files
committed
na-openxr-wgpu: don't depend on specific version of android-activity
1 parent 6c85ba1 commit 558fe70

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

na-openxr-wgpu/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,13 @@ ctrlc = "3"
2121

2222
[target.'cfg(target_os = "android")'.dependencies]
2323
android_logger = "0.11.0"
24-
android-activity = { version = "0.3", features = [ "native-activity" ] }
24+
android-activity = { path="../../android-activity", features = [ "native-activity" ] }
2525
openxr = { 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
2929
openxr = { 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]
3632
default = []
3733
#default = [ "android" ]

0 commit comments

Comments
 (0)