Skip to content

Commit a8e8017

Browse files
committed
Bump ndk/ndk-sys deps for consistency with winit master
1 parent a8c0e37 commit a8e8017

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

android-activity/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ native-activity = []
2424
[dependencies]
2525
log = "0.4"
2626
jni-sys = "0.3"
27-
ndk = { version = "0.6" }
28-
ndk-sys = { version = "0.3" }
27+
# Coordinate the next winit release with android-ndk-rs: https://github.com/rust-windowing/winit/issues/1995
28+
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" }
2931
ndk-context = { version = "0.1" }
3032
android-properties = "0.2"
3133
num_enum = "0.5"

0 commit comments

Comments
 (0)