blob: ca762aea76bf705edcb285514fe865be0237c009 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff --git a/alvr/experiments/client/Cargo.toml b/alvr/experiments/client/Cargo.toml
index 5b04348a..d2c0017b 100644
--- a/alvr/experiments/client/Cargo.toml
+++ b/alvr/experiments/client/Cargo.toml
@@ -45,13 +45,13 @@ openxr = { git = "https://github.com/zarik5/openxrs" }
[target.'cfg(target_os = "android")'.dependencies]
jni = "0.19"
-ndk = { git = "https://github.com/zarik5/android-ndk-rs", features = [
+ndk = { git = "https://github.com/rust-windowing/android-ndk-rs", features = [
"media",
"hardware_buffer",
"api-level-24",
-], rev = "0a547b5ab2d698d80bde1b8ebb6dfe06d550baff" }
+] }
ndk-glue = "0.6"
-ndk-sys = { git = "https://github.com/zarik5/android-ndk-rs", rev = "0a547b5ab2d698d80bde1b8ebb6dfe06d550baff" }
+ndk-sys = { git = "https://github.com/rust-windowing/android-ndk-rs" }
[package.metadata.android]
build_targets = ["aarch64-linux-android"]
|