15 lines
333 B
TOML
15 lines
333 B
TOML
[package]
|
|
name = "android-native-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
android-activity = { version = "0.5.2", features = ["native-activity"] }
|
|
android_logger = "0.13.3"
|
|
log = "0.4.21"
|
|
|
|
[lib]
|
|
crate_type = ["cdylib"]
|