DROP ME: git repo patch for jni 0.22

This commit is contained in:
Robert Bragg
2026-01-11 19:48:37 +00:00
parent 46d2fa87c3
commit aaf0e8b30a
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -3,3 +3,6 @@ resolver = "2"
members = ["android-activity"]
exclude = ["examples"]
[patch.crates-io]
jni = { git = "https://github.com/jni-rs/jni-rs.git", branch = "release-0.22" }
+3
View File
@@ -15,3 +15,6 @@ ndk = "0.9.0"
[lib]
name="main"
crate_type=["cdylib"]
[patch.crates-io]
jni = { git = "https://github.com/jni-rs/jni-rs.git", branch = "release-0.22" }
+3
View File
@@ -182,3 +182,6 @@ label = "Application Name"
#path = "/rust-windowing/android-ndk-rs/tree/master/cargo-apk"
#path_prefix = "/rust-windowing/"
#mime_type = "image/jpeg"
[patch.crates-io]
jni = { git = "https://github.com/jni-rs/jni-rs.git", branch = "release-0.22" }