mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-11 09:08:53 +00:00
20 lines
474 B
TOML
20 lines
474 B
TOML
[package]
|
|
name = "agdk-mainloop"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
android_logger = "0.11.0"
|
|
android-activity = { path="../../android-activity", features = ["game-activity"] }
|
|
ndk-sys = "0.6.0"
|
|
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" } |