mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-10 08:44:11 +00:00
na-openxr-wgpu: don't depend on specific version of android-activity
This commit is contained in:
@@ -21,17 +21,13 @@ ctrlc = "3"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
android_logger = "0.11.0"
|
||||
android-activity = { version = "0.3", features = [ "native-activity" ] }
|
||||
android-activity = { path="../../android-activity", features = [ "native-activity" ] }
|
||||
openxr = { version = "0.16", features = [ "linked" ] }
|
||||
|
||||
[patch.crates-io]
|
||||
# openxr 0.16 uses ndk-glue, but master uses ndk-context which is compatible with android-activity
|
||||
openxr = { git = "https://github.com/Ralith/openxrs" }
|
||||
|
||||
# Since Winit also depends on android-activity we need to
|
||||
# make sure we only resolve a single implementation.
|
||||
android-activity = { path="../../android-activity" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
#default = [ "android" ]
|
||||
|
||||
Reference in New Issue
Block a user