mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-12 09:38:54 +00:00
9 lines
181 B
TOML
9 lines
181 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["android-activity"]
|
|
|
|
exclude = ["examples"]
|
|
|
|
[patch.crates-io]
|
|
jni = { git = "https://github.com/jni-rs/jni-rs.git", branch = "release-0.22" }
|