mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-13 18:18:56 +00:00
DROP ME: git repo patch for jni 0.22
This commit is contained in:
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
@@ -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" }
|
||||
Reference in New Issue
Block a user