We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c0e37 commit a8e8017Copy full SHA for a8e8017
android-activity/Cargo.toml
@@ -24,8 +24,10 @@ native-activity = []
24
[dependencies]
25
log = "0.4"
26
jni-sys = "0.3"
27
-ndk = { version = "0.6" }
28
-ndk-sys = { version = "0.3" }
+# Coordinate the next winit release with android-ndk-rs: https://github.com/rust-windowing/winit/issues/1995
+ndk = { git = "https://github.com/rust-windowing/android-ndk-rs", rev = "7e33384" }
29
+ndk-sys = { git = "https://github.com/rust-windowing/android-ndk-rs", rev = "7e33384" }
30
+#ndk-sys = { version = "0.3" }
31
ndk-context = { version = "0.1" }
32
android-properties = "0.2"
33
num_enum = "0.5"
0 commit comments